Skip to content

Commit 5c618d6

Browse files
authored
fix(actions): Working on Sem Release permissions
fix(actions): Working on Sem Release permissions
1 parent 05ef516 commit 5c618d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/masterandtag.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
- name: Release
3131
env:
3232
GH_TOKEN: ${{ secrets.GH_TOKEN }}
33-
run: npx semantic-release
33+
run: |
34+
yarn add @semantic-release/github --dev
35+
npx semantic-release

0 commit comments

Comments
 (0)