Browse Source

Fix publish.yml

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

4
.github/workflows/publish.yml

@ -50,5 +50,5 @@ jobs:
- name: add git tag
uses: Klemensas/action-autotag@stable
with:
version: ${{ steps.getVersion.outputs.first_match }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
version: ${{ steps.getVersion.outputs.first_match }}
Loading…
Cancel
Save