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 98389ba commit e3752a9Copy full SHA for e3752a9
.github/workflows/build_and_publish.yml
@@ -55,7 +55,7 @@ jobs:
55
steps:
56
- uses: actions/checkout@v4
57
- name: Write version
58
- run: echo "${github.ref}" > VERSION
+ run: echo "${GITHUB_REF}" > VERSION
59
- name: Commit and push
60
run: |
61
git add VERSION
0 commit comments