Skip to content

Commit

Permalink
chore(fix): workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Feb 23, 2024
1 parent 2a778ca commit 630532b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

- name: Run semantic release dry-run
id: get-next-version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --dry-run --no-cli

comment:
Expand Down

0 comments on commit 630532b

Please sign in to comment.