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 8b3210d commit 7387996Copy full SHA for 7387996
.github/workflows/release.yml
@@ -6,13 +6,12 @@ on:
6
- main
7
workflow_dispatch:
8
9
-permissions:
10
- id-token: write
11
- contents: read
12
-
13
jobs:
14
publish:
15
runs-on: ubuntu-latest
+ permissions:
+ contents: read
+ id-token: write
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -29,7 +28,6 @@ jobs:
29
28
uses: actions/setup-node@v4
30
with:
31
node-version: 22
32
- cache: 'pnpm'
33
always-auth: true
34
registry-url: https://registry.npmjs.org
35
release.config.json
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "./node_modules/@ossjs/release/schema.json",
3
"profiles": [
4
5
"name": "latest",
0 commit comments