Browse Source

Fix publish.yml

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

2
.github/workflows/publish.yml

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