Skip to content

Commit 51c68b1

Browse files
committed
Revert "Enable Publish Attestation"
This reverts commit 239d69a.
1 parent 6970456 commit 51c68b1

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
name: Build and release
2-
3-
on:
4-
push:
5-
branches:
6-
- main
7-
8-
permissions:
9-
# Grant Permissions to the GH Token to capture attestation information from the GH agent
10-
id-token: write
11-
121
jobs:
132
release:
14-
name: Release
153
runs-on: ubuntu-latest
164
environment: release
17-
5+
name: Release
186
steps:
197
- uses: pnpm/action-setup@v4
208
with:
@@ -33,5 +21,8 @@ jobs:
3321
env:
3422
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3523
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
NPM_CONFIG_PROVENANCE: true
37-
24+
name: Build and release
25+
on:
26+
push:
27+
branches:
28+
- main

0 commit comments

Comments
 (0)