Skip to content

Commit 403acd0

Browse files
authored
Update publish.yml
1 parent 6901e14 commit 403acd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish Package
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
publish-npm:
@@ -94,4 +95,4 @@ jobs:
9495

9596
- name: Skip GitHub Packages publish
9697
if: steps.check-github-version.outputs.exists == 'true'
97-
run: echo "Skipping GitHub Packages publish - version already exists"
98+
run: echo "Skipping GitHub Packages publish - version already exists"

0 commit comments

Comments
 (0)