Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirlandau authored May 20, 2024
1 parent bbd2bb9 commit 050886e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ jobs:
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm run build
- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit-message: 'CI: bumps version to {{version}} [skip ci]'

- name: 🚀 publish
run: npm publish --access public --registry https://registry.npmjs.org
env:
Expand Down

0 comments on commit 050886e

Please sign in to comment.