We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27279f5 commit bbde5feCopy full SHA for bbde5fe
.github/workflows/release-image.yml
@@ -321,6 +321,8 @@ jobs:
321
tar czvf atlas-operator-all-in-one-${{ env.VERSION }}.tar.gz -C releases/${{ env.RELEASE_TAG }}/deploy all-in-one.yaml
322
323
- name: Tag the release assets
324
+ env:
325
+ GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
326
run: |
327
git fetch --tags
328
git tag -f ${{ env.RELEASE_TAG }} ${{ needs.image2commit.outputs.commit_sha }}
0 commit comments