Skip to content

Test release and fix provenance #2791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/eighty-crews-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphql-scalars': patch
---

Enable npm provenance
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- master

jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}

canary:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
permissions:
contents: write
id-token: write
actions: write
pull-requests: write
with:
npmTag: alpha
buildScript: build
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
permissions:
contents: write
id-token: write
actions: write
pull-requests: write
with:
releaseScript: release
nodeVersion: 22
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
},
"publishConfig": {
"directory": "dist",
"access": "public"
"access": "public",
"provenance": true
},
"sideEffects": false,
"lint-staged": {
Expand Down