Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 6, 2024
1 parent 41c5883 commit c45557f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
name: bin

- name: prerelease
if: ${{ env.VERSION_SUFFIX && github.ref == 'refs/heads/5.3' }}
if: ${{ env.VERSION_SUFFIX }}
run: echo 'hey'

- name: release
if: ${{ !env.VERSION_SUFFIX && github.ref == 'refs/heads/5.3' }}
if: ${{ !env.VERSION_SUFFIX }}
run: echo 'hey'


Expand Down

0 comments on commit c45557f

Please sign in to comment.