Skip to content

Commit

Permalink
ci: fixed semantic release (see cycjimmy/semantic-release-action#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal committed Jun 12, 2023
1 parent 798c1e3 commit f5dd2ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
Expand Down

0 comments on commit f5dd2ce

Please sign in to comment.