We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60ea02 commit 7045a8cCopy full SHA for 7045a8c
1 file changed
.github/workflows/publish.yml
@@ -84,10 +84,10 @@ jobs:
84
# working-directory: packages/ui
85
# run: pnpm version ${{ github.event.inputs.version_type }} --no-git-tag-version --ignore-scripts
86
87
- # - name: Get new version
88
- # id: version
89
- # working-directory: packages/ui
90
- # run: echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
+ - name: Get new version
+ id: version
+ working-directory: packages/ui
+ run: echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
91
92
# - name: Commit version bump
93
# run: |
0 commit comments