Skip to content

Commit cb877d6

Browse files
authored
Update publish.yml so it could be manually executed
1 parent f5c6827 commit cb877d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish to NPM
22
on:
33
release:
44
types: [created]
5+
workflow_dispatch:
56
jobs:
67
build:
78
runs-on: ubuntu-latest
@@ -57,4 +58,4 @@ jobs:
5758
working-directory: ./packages/create-app
5859
run: npm publish
5960
env:
60-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
61+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)