Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit a13319f

Browse files
committed
chore(ci): fix release
1 parent 0401899 commit a13319f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/packer-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "module/runners/templates/**"
1111
env:
1212
AWS_REGION: eu-west-1
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1314
jobs:
1415
verify_packer:
1516
name: Verify packer

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
run: |
5252
for f in $(find . -name '*.zip'); do
53-
gh release upload ${{ needs.release.outputs.tag_name }} $f
53+
gh release upload ${{ steps.release.outputs.tag_name }} $f
5454
done

0 commit comments

Comments
 (0)