Skip to content

Commit

Permalink
ci: test on beta
Browse files Browse the repository at this point in the history
  • Loading branch information
msclock committed Mar 21, 2024
1 parent fcaad1b commit 9d746ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
permissions:
contents: write # to be able to publish a GitHub release
id-token: write # to enable use of OIDC for npm provenance
issues: write
pull-requests: write
# needs: [pass]

steps:
Expand All @@ -129,7 +131,7 @@ jobs:

- name: Install dependencies
run: |
npm install -g semantic-release@^22.0.5 @semantic-release/exec @semantic-release/github conventional-changelog-conventionalcommits
npm install -g semantic-release@21.02 @semantic-release/exec @semantic-release/github conventional-changelog-conventionalcommits
- name: Release
run: npx semantic-release
Expand Down

0 comments on commit 9d746ea

Please sign in to comment.