Skip to content

Commit

Permalink
πŸ’š Add github token to push new version step
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpb committed Apr 7, 2024
1 parent a7f1011 commit 4213cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
git add package.json package-lock.json pyproject.toml
git commit -m "⬆ Upgrade package version files"
git push origin HEAD:master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

releasing:
name: Publish release
Expand Down

0 comments on commit 4213cfd

Please sign in to comment.