Skip to content

Commit

Permalink
ci: fix release package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Apr 10, 2024
1 parent 5d60a5d commit f1881a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: define TAG for release
run: echo "GHCR_TAG=ghcr.io/dylibso/wasmstore:${VERSION#v}" >> $GITHUB_ENV
Expand Down

0 comments on commit f1881a5

Please sign in to comment.