We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f9bb6 commit 0f87702Copy full SHA for 0f87702
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Update version.txt
34
if: ${{ github.event_name == 'release' }}
35
- run: echo ${{ github.event.release.tag_name }} > package/version.txt
+ run: echo ${{ github.event.release.tag_name }} > ./package/version.txt
36
37
# If the event is a release, build and push the release image, tagging it as latest and the release tag
38
- name: Build and push release
0 commit comments