Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
narciero committed Mar 22, 2024
1 parent 48d2140 commit 983aed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

- run: npm ci

- run: npm version ${{ github.event.release.tag_name }}

- run: npm build
env:
CI: true

- run: npm version ${{ github.event.release.tag_name }}

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 983aed1

Please sign in to comment.