We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886956f commit c0f095eCopy full SHA for c0f095e
1 file changed
.github/workflows/build.yaml
@@ -37,7 +37,9 @@ jobs:
37
38
- name: Set tag version to output
39
id: set_current_tag_id
40
- run: echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
+ run: |
41
+ echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}"
42
+ echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
43
44
- name: Notify if failure
45
if: ${{ failure() }}
0 commit comments