We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49291b9 commit 013e653Copy full SHA for 013e653
.github/workflows/publish.yml
@@ -57,14 +57,3 @@ jobs:
57
run: npm publish
58
env:
59
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
60
-
61
- - name: Push changes
62
- if: steps.changelog.outputs.skipped == 'false'
63
- env:
64
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
- run: |
66
- git config --global user.name 'github-actions[bot]'
67
- git config --global user.email 'github-actions[bot]@users.noreply.github.com'
68
- git add package.json CHANGELOG.md
69
- git commit -m "chore(release): v${{ steps.changelog.outputs.version }}"
70
- git push "https://$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git" HEAD:main
0 commit comments