Skip to content

Commit 919ea44

Browse files
committed
fix(ci/cd): Correct workflow /2
1 parent 0d02c54 commit 919ea44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Semantic Release
2929
uses: cycjimmy/semantic-release-action@v6
3030
with:
31-
semantic_version: 19.0.5
31+
# semantic_version: 19.0.5
3232
extra_plugins: |
3333
@semantic-release/changelog@6.0.0
3434
@semantic-release/git
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
36+
GH_TOKEN: ${{ secrets.GH_PAT }}
3737

3838
storybook-deploy:
3939
name: Storybook deploy

0 commit comments

Comments
 (0)