diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a11dd597..36fe730b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: run: dotnet nuget push dest\*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate - name: add git tag - uses: Klemensas/action-autotag@stable + uses: tvdias/github-tagger@v0.0.1 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - version: ${{ steps.getVersion.outputs.first_match }} \ No newline at end of file + repo-token: "${{ secrets.GITHUB_TOKEN }}" + tag: "${{ steps.getVersion.outputs.first_match }}" \ No newline at end of file