You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contents: write # to be able to publish a GitHub release
60
+
issues: write # to be able to comment on released issues
61
+
pull-requests: write # to be able to comment on released pull requests
62
+
id-token: write # to enable use of OIDC for npm provenance
61
63
steps:
62
64
- name: Check out code
63
65
uses: actions/checkout@v4
@@ -72,12 +74,10 @@ jobs:
72
74
# Note we have to toggle Workflow permissions > Allow GitHub Actions to create and approve pull requests in https://github.com/bitofbreeze/mono/settings/actions
73
75
# Even with permissions above https://github.com/orgs/community/discussions/27689#discussioncomment-5707424
74
76
# Could avoid this with personal access token https://microsoft.github.io/beachball/concepts/ci-integration.html#authentication
75
-
- name: Create release pull request or publish to npm
76
-
id: changesets
77
-
uses: changesets/action@v1
77
+
- name: Release
78
+
uses: cycjimmy/semantic-release-action@v4
78
79
with:
79
-
# This expects you to have a script called release which does a build for your packages and calls changeset publish
80
-
publish: bun --filter react-router-busy build && bun --filter react-router-busy release
0 commit comments