We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbd34b commit 53189f2Copy full SHA for 53189f2
6 files changed
.changeset/README.md
.changeset/config.json
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
release:
12
runs-on: ubuntu-latest
13
permissions:
14
- id-token: write # Required for OIDC
+ id-token: write # required for oidc (npm)
15
contents: write
16
packages: write
17
pull-requests: write
@@ -45,11 +45,7 @@ jobs:
45
git config --global user.email "github-actions[bot]@users.noreply.github.com"
46
47
- name: Create and publish versions
48
- uses: changesets/action@v1
49
- with:
50
- commit: "chore: update versions [skip ci]"
51
- title: "chore: update versions [skip ci]"
52
- version: bun run ci:version
53
- publish: bun run ci:publish
+ run: bun run release
54
env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments