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 76b482d commit 617da3eCopy full SHA for 617da3e
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
token: ${{ secrets.VERYL_DOCKER_PAT }}
91
repository: veryl-lang/docker
92
event-type: release
93
- client-payload: '{"ref": "${{ github.ref }}"}'
+ client-payload: '{"ref": "${{ github.ref_name }}"}'
94
95
highlightjs:
96
permissions:
0 commit comments