Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Sep 6, 2022
1 parent 6e1bca9 commit e614092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
run: CURRENT_VERSION=$(./sib version)

- name: compare
if: ${{ $CURRENT_VERSION == ${{ steps.previoustag.outputs.tag }} }}
if: ${{ env.CURRENT_VERSION == env.TAG }}
run: exit 1
env:
CURRENT: $CURRENT_VERSION
TAG: ${{ steps.previoustag.outputs.tag }}

0 comments on commit e614092

Please sign in to comment.