We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de0685 commit efa44c2Copy full SHA for efa44c2
1 file changed
.github/workflows/release.yml
@@ -39,6 +39,8 @@ jobs:
39
# Source0 expands to `https://github.com/osbuild/image-builder-frontend/releases/download/v$VERSION/cockpit-image-builder-v$VERSION.tar.gz`,
40
# so the v needs to be in the tarball when we upload it as a release artefact.
41
- name: Upload release artefact
42
+ env:
43
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
run: |
45
gh release upload ${{github.ref_name}} \
46
../cockpit-image-builder-${{github.ref_name}}.tar.gz
0 commit comments