Skip to content

Commit

Permalink
chore: release-manual
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi committed Jun 10, 2024
1 parent 28f3ec5 commit 5a3edf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
release-type: node
release-as: ${{ github.event.inputs.release-as }}
default-branch: ${{ github.ref_name }}
default-branch: ${{ github.event.inputs.release-type == 'latest' && 'master' || 'edge'}}

# The logic below handles the npm publication:
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 5a3edf0

Please sign in to comment.