Skip to content

Commit 9343b41

Browse files
committed
Do not run tests when releasing
Signed-off-by: Matteo Collina <[email protected]>
1 parent 47ac380 commit 9343b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
git config --global user.name "mcollina"
3737
git config --global user.email "[email protected]"
38-
git commit -a -m "Bumped v${{ inputs.version }}"
38+
git commit -n -a -m "Bumped v${{ inputs.version }}"
3939
git push origin HEAD:${{ github.ref }}
4040
- run: npm publish --access public --tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
4141
- name: 'Create release notes'

0 commit comments

Comments
 (0)