Skip to content

Commit

Permalink
chore: Fix release name (#43)
Browse files Browse the repository at this point in the history
* chore: fix release step name

* chore: fix release step name
  • Loading branch information
Coly010 committed Apr 12, 2024
1 parent 481cb93 commit e89b8ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- master
jobs:
run-unit-tests:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npx semantic-release
- run: npx semantic-release
env:
super_secret: ${{ secrets.NPM_TOKEN }}

0 comments on commit e89b8ef

Please sign in to comment.