Skip to content

Commit f28f7af

Browse files
committed
ci: fix publish action
1 parent 83483f0 commit f28f7af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Node CI
1+
name: Publish To Npm
22

33
on:
44
push:
55
branches:
66
- master
77

88
jobs:
9-
build:
9+
publish:
1010
runs-on: ubuntu-latest
1111

1212
steps:
@@ -33,3 +33,4 @@ jobs:
3333
yarn semantic-release
3434
env:
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)