Skip to content

Commit

Permalink
Revert "Avoid hypothetical concurrent initialization collisions. (#47)…
Browse files Browse the repository at this point in the history
…" (#48)

This reverts commit f74fde2.
  • Loading branch information
mpeyper committed Dec 18, 2023
1 parent f74fde2 commit 256d722
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 --sequential-init --sequential-prepare
run: npx multi-semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 256d722

Please sign in to comment.