Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo-cunha committed Jul 5, 2023
1 parent 4838b55 commit 14c311c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ jobs:
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Commit and push changes
run: |
git add package.json
git commit -m '[Automated commit] Bump version'
git push --tags
- run: git push --tags # `yarn` already commits and tags

0 comments on commit 14c311c

Please sign in to comment.