Skip to content

Commit 7e79e0f

Browse files
authored
fix(actions): Update action flow for Sem Release
fix(actions): Update action flow for Sem Release
1 parent 9b76f87 commit 7e79e0f

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
@@ -28,4 +28,6 @@ jobs:
2828
2929
# Semantic Tag
3030
- name: Release
31-
run: npx semantic-release
31+
env:
32+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
33+
run: npx semantic-release

0 commit comments

Comments
 (0)