Skip to content

Commit

Permalink
Update _npm_publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpalomares authored May 6, 2024
1 parent ccabdf1 commit 6228330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
git config --local user.email "${{ inputs.botEmail }}"
git config --local user.name "${{ inputs.botName }}"
git commit -m "chore: set version ${{ inputs.version }} [skip ci]" -a
continue-on-error: true
- name: Push changes to current git repository
uses: ad-m/[email protected]
with:
Expand Down

0 comments on commit 6228330

Please sign in to comment.