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.
2 parents 2fd869d + d47b4d2 commit 38aee05Copy full SHA for 38aee05
1 file changed
.github/workflows/npm-publish.yml
@@ -7,20 +7,22 @@ on:
7
release:
8
types: [created]
9
10
+permissions:
11
+ id-token: write # Required for OIDC
12
+ contents: read
13
+
14
jobs:
15
publish-npm:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-node@v4
20
with:
- node-version: 20
21
+ node-version: 24
22
registry-url: https://registry.npmjs.org/
23
- uses: jaywcjlove/github-action-package@main
24
25
version: ${{ github.ref_name }}
26
rename: "@gofynd/fdk-store-gql"
27
- run: npm ci
28
- run: npm publish --access public
- env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments