We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f274db commit 88b7fadCopy full SHA for 88b7fad
1 file changed
.github/workflows/release.yml
@@ -16,9 +16,9 @@ jobs:
16
uses: actions/checkout@v3
17
18
- name: Set up latest git tag
19
- run: |
20
- TAG=${{ github.event.release.tag_name }}
21
- echo "VERSION=${TAG#v}" >> $GITHUB_ENV
+ run: echo "VERSION=${TAG#v}" >> $GITHUB_ENV
+ env:
+ TAG: '${{ github.event.release.tag_name }}'
22
23
- name: Set up container name
24
run: echo "CONTAINER_NAME=${REPOSITORY,,}" >> $GITHUB_ENV
0 commit comments