Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CronosLabsDev committed Aug 25, 2023
1 parent 845057b commit 79699eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
- run: YARN_CHECKSUM_BEHAVIOR=update yarn install --frozen-lockfile

- run: yarn build && npx release-it --npm.skipChecks --ci -i ${{ github.event.release.tag_name }}
- run: yarn build

- run: git checkout .yarn

- run: npx release-it --npm.skipChecks --ci -i ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 79699eb

Please sign in to comment.