We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d02c54 commit 919ea44Copy full SHA for 919ea44
1 file changed
.github/workflows/release.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: Semantic Release
29
uses: cycjimmy/semantic-release-action@v6
30
with:
31
- semantic_version: 19.0.5
+ # semantic_version: 19.0.5
32
extra_plugins: |
33
@semantic-release/changelog@6.0.0
34
@semantic-release/git
35
env:
36
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
+ GH_TOKEN: ${{ secrets.GH_PAT }}
37
38
storybook-deploy:
39
name: Storybook deploy
0 commit comments