Skip to content

Commit b16ae27

Browse files
committed
📦 Chore: update actions
1 parent 20af00f commit b16ae27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454

5555
- name: Publish (manual)
5656
if: github.event_name == 'workflow_dispatch'
57-
run: pnpm publish --tag "${{ inputs.publish_tag || 'latest' }}" --access public
57+
run: pnpm publish --tag "${{ inputs.publish_tag || 'latest' }}" --access public --publish-branch "${{ github.ref_name }}"

0 commit comments

Comments
 (0)