Skip to content

Commit

Permalink
👷 Delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
takuma-ru committed Jun 7, 2024
1 parent 59e60e8 commit 63d2bd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ jobs:
- name: Release
id: release
run: |
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
pnpm p:release build && pnpm release:package -l ${{ inputs.releaseLevel }} ${{ steps.pre.outputs.pre }}
shell: bash

- name: Create PR
Expand Down

0 comments on commit 63d2bd7

Please sign in to comment.