Skip to content

Commit

Permalink
💚 pnpm p:release build
Browse files Browse the repository at this point in the history
  • Loading branch information
takuma-ru committed Jun 7, 2024
1 parent f9693a9 commit de10a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Release
id: release
run: |
OUTPUT=$(pnpm release:package -l ${{ inputs.releaseLevel }} ${{ steps.pre.outputs.pre }})
OUTPUT=$(pnpm p:release build && pnpm release:package -l ${{ inputs.releaseLevel }} ${{ steps.pre.outputs.pre }})
LAST_LINE=$(echo "$OUTPUT" | tail -n 1)
echo "branchName=$LAST_LINE" >> $GITHUB_OUTPUT
shell: bash
Expand Down

0 comments on commit de10a7a

Please sign in to comment.