Skip to content

Commit c0f095e

Browse files
committed
Update CI
1 parent 886956f commit c0f095e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737

3838
- name: Set tag version to output
3939
id: set_current_tag_id
40-
run: echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
40+
run: |
41+
echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}"
42+
echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
4143
4244
- name: Notify if failure
4345
if: ${{ failure() }}

0 commit comments

Comments
 (0)