Skip to content

Commit 49fd1f6

Browse files
committed
Update CI
1 parent c0f095e commit 49fd1f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}"
4242
echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
4343
44+
- name: Echo env var
45+
run: |
46+
echo "${{ env.CURRENT_TAG }}"
47+
48+
4449
- name: Notify if failure
4550
if: ${{ failure() }}
4651
uses: appleboy/telegram-action@master

0 commit comments

Comments
 (0)