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 8f0c8bf commit 37cd54aCopy full SHA for 37cd54a
.github/workflows/build_and_publish.yml
@@ -57,7 +57,7 @@ jobs:
57
with:
58
ref: master
59
- name: Write version
60
- run: echo "${GITHUB_REF}" > VERSION
+ run: echo "${GITHUB_REF#refs/*/}" > VERSION
61
- name: Commit and push
62
run: |
63
git add VERSION
0 commit comments