We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44f2dc5 + 76aa83b commit 0387af7Copy full SHA for 0387af7
1 file changed
.github/workflows/tag_version.yaml
@@ -34,8 +34,6 @@ jobs:
34
- name: Increment Package Versions
35
run: |
36
pnpx versionup --level ${{ github.event.inputs.releaseType }}
37
- - name: Format Package JSON
38
- run: pnpm format
39
- run: |
40
NEW_TAG=`node -p "require('./package.json').version"`
41
echo ${NEW_TAG}
0 commit comments