Skip to content

Commit

Permalink
Update image push
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed May 24, 2024
1 parent ca3e997 commit 56d0332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/post-release-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: true

- name: Update VERSION file
run: echo "${{ github.event.release.tag_name }}" > VERSION
Expand Down

0 comments on commit 56d0332

Please sign in to comment.