We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bc8a9a + 5b3fa33 commit a2c20cdCopy full SHA for a2c20cd
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Release
22
if: startsWith(github.ref, 'refs/tags/')
23
+ env:
24
+ GH_TOKEN: ${{ github.token }}
25
run: |
26
gh release upload ${{ github.ref_name }} dist/artifacts/rancherd-amd64
27
gh release upload ${{ github.ref_name }} dist/artifacts/rancherd-arm64
0 commit comments