Browse Source

Fix publish.yml

pull/87/head
gdlcf88 6 years ago
parent
commit
8093712ebd
  1. 2
      .github/workflows/publish.yml

2
.github/workflows/publish.yml

@ -57,7 +57,7 @@ jobs:
- name: add git tag
uses: tvdias/github-tagger@v0.0.1
if: !${{ steps.checkTag.outputs.exists }}
if: ${{ steps.checkTag.outputs.exists == 'false' }}
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.getVersion.outputs.first_match }}
Loading…
Cancel
Save