We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f2dc5 commit 76aa83bCopy full SHA for 76aa83b
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