File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/workflows/actions/publish-npm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 id : update_version
4343 run : |
4444 npm version ${{ inputs.version }}
45- echo "version =$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
45+ echo "VERSION =$(node -p "require('./package.json').version")" >> $GITHUB_ENV
4646 shell : bash
4747 working-directory : ${{ inputs.working-directory }}
4848 # - name: Run Build
6767 git remote -v
6868 git push origin main --tags
6969 gh auth login --with-token ${{ inputs.ghToken }}
70- gh release create ${{ steps.update_version.outputs.version }} --title "v${{ steps.update_version.outputs.version }} " --generate-notes
70+ gh release create "v$VERSION" --title "v$VERSION " --generate-notes
7171 shell : bash
7272 env :
7373 GH_TOKEN : ${{ inputs.ghToken }}
You can’t perform that action at this time.
0 commit comments