Skip to content

Commit 4ffc562

Browse files
authored
Merge pull request #11 from ashblue/develop
Release
2 parents 2e374c1 + 0feec2b commit 4ffc562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- master
78

89
permissions:
910
contents: read
@@ -33,6 +34,7 @@ jobs:
3334
run: npm audit signatures
3435
- name: Release
3536
env:
37+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3638
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3739
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3840
run: npm run semantic-release

0 commit comments

Comments
 (0)