Skip to content

Commit 617da3e

Browse files
committed
Fix workflow
1 parent 76b482d commit 617da3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
token: ${{ secrets.VERYL_DOCKER_PAT }}
9191
repository: veryl-lang/docker
9292
event-type: release
93-
client-payload: '{"ref": "${{ github.ref }}"}'
93+
client-payload: '{"ref": "${{ github.ref_name }}"}'
9494

9595
highlightjs:
9696
permissions:

0 commit comments

Comments
 (0)