Skip to content

Commit

Permalink
chore(release): 5.0.0 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb08 committed Aug 21, 2023
1 parent 36f5cdf commit 08a10e6
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 @@ -7,7 +7,7 @@ on:

jobs:
prepare:
name: Check commit
name: Prepare
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |-
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
npm run lerna:deploy -- "${{ needs.checkCommit.outputs.commitMsg }}"
npm run lerna:deploy -- "${{ needs.prepare.outputs.commitMsg }}"

0 comments on commit 08a10e6

Please sign in to comment.