diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9a806bc..66d906b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" npm version patch -m "Bump version to %s [skip ci]" - git push origin --tags + git push https://${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} --tags - name: Build run: npm run build:prod