Skip to content

Commit d90791f

Browse files
committed
Fix release action
1 parent 00ffbc7 commit d90791f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
if: startsWith(github.ref, 'refs/tags/')
3737
with:
3838
artifacts: gitpod-eks-guide.tar
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
allowUpdates: true
40+
artifactErrorsFailBuild: true
41+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)