diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8416064..00d5eec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - name: Bump Version and Create Tag 🏷️ id: create_tag - uses: anothrNick/github-tag-action@1.69.0 + uses: anothrNick/github-tag-action@1.70.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true @@ -102,7 +102,7 @@ jobs: - name: Bump Version and Create Tag 🏷️ id: create_tag if: github.ref == 'refs/heads/main' - uses: anothrNick/github-tag-action@1.69.0 + uses: anothrNick/github-tag-action@1.70.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true