Skip to content

Commit

Permalink
Avoid hypothetical concurrent initialization collisions. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
vctqs1 committed Dec 18, 2023
1 parent 010d7e3 commit f74fde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: npm run build

- name: 🚀 Release
run: npx multi-semantic-release
run: npx multi-semantic-release --sequential-init --sequential-prepare
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f74fde2

Please sign in to comment.