Skip to content

Commit

Permalink
Bruk NPX
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgfa committed Jul 3, 2024
1 parent 79db0ea commit 30e679d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Build
run: npm run build
- name: Publish
run: npm publish
run: npx semantic-release
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 30e679d

Please sign in to comment.