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 6f12978 commit 95d2309Copy full SHA for 95d2309
1 file changed
.github/workflows/release.yaml
@@ -27,9 +27,9 @@ jobs:
27
node-version: '20.7.0'
28
registry-url: 'https://registry.npmjs.org'
29
cache: 'npm'
30
- - run: npm version ${{ inputs.level }}
31
- name: git config
32
run: |
33
git config user.name 'Warwick ✠'
34
git config user.email warwick@globalworldwide.com
+ - run: npm version ${{ inputs.level }}
35
- run: git push origin --follow-tags
0 commit comments