diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 14583be..c09de82 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -7,7 +7,7 @@ on: - "main" jobs: - build: + push: runs-on: ubuntu-latest steps: - name: Check out code @@ -17,9 +17,9 @@ jobs: fetch-depth: 0 # otherwise you will fail to push refs to dest repo - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.61.0 + uses: anothrNick/github-tag-action@1.67.0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }} WITH_V: true DEFAULT_BUMP: patch