Skip to content

Commit

Permalink
Update auto-release-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrojcm committed Apr 16, 2024
1 parent 9dbc8f7 commit b778577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
workflow_dispatch:

jobs:
bump-version:
Expand All @@ -21,4 +22,4 @@ jobs:
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b778577

Please sign in to comment.