We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ac380 commit 9343b41Copy full SHA for 9343b41
.github/workflows/publish-release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
git config --global user.name "mcollina"
37
git config --global user.email "[email protected]"
38
- git commit -a -m "Bumped v${{ inputs.version }}"
+ git commit -n -a -m "Bumped v${{ inputs.version }}"
39
git push origin HEAD:${{ github.ref }}
40
- run: npm publish --access public --tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
41
- name: 'Create release notes'
0 commit comments