We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6901e14 commit 403acd0Copy full SHA for 403acd0
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ name: Publish Package
3
on:
4
release:
5
types: [published]
6
+ workflow_dispatch:
7
8
jobs:
9
publish-npm:
@@ -94,4 +95,4 @@ jobs:
94
95
96
- name: Skip GitHub Packages publish
97
if: steps.check-github-version.outputs.exists == 'true'
- run: echo "Skipping GitHub Packages publish - version already exists"
98
+ run: echo "Skipping GitHub Packages publish - version already exists"
0 commit comments