Browse Source

Fix publish.yml

pull/87/head
gdlcf88 6 years ago
parent
commit
5746df7526
  1. 4
      .github/workflows/publish.yml

4
.github/workflows/publish.yml

@ -50,5 +50,5 @@ jobs:
- name: add git tag
uses: tvdias/github-tagger@v0.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
tag: "${{ steps.getVersion.outputs.first_match }}"
repo-token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.getVersion.outputs.first_match }}
Loading…
Cancel
Save