We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbac2c commit 18d0cefCopy full SHA for 18d0cef
3 files changed
.changeset/light-mirrors-tickle.md
@@ -0,0 +1,5 @@
1
+---
2
+"types-react-codemod": patch
3
4
+
5
+Switch to trusted publishing
.github/workflows/release.yml
@@ -8,6 +8,12 @@ on:
8
jobs:
9
release:
10
name: Release
11
+ environment: production
12
+ permissions:
13
+ id-token: write # Required for OIDC
14
+ # Changesets creates a commit and PR for the release
15
+ contents: write
16
+ pull-requests: write
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout Repo
@@ -31,7 +37,6 @@ jobs:
31
37
publish: yarn release
32
38
env:
33
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
35
40
36
41
- name: Debug release
42
# Shows files included in release
package.json
@@ -47,6 +47,6 @@
47
"access": "public"
48
},
49
"volta": {
50
- "node": "20.18.1"
+ "node": "24.11.1"
51
}
52
0 commit comments