We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5be85 commit ff45057Copy full SHA for ff45057
1 file changed
.github/workflows/npm-publish.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
9
+ environment: prod
10
permissions:
11
contents: read
12
id-token: write
@@ -17,8 +18,6 @@ jobs:
17
18
- uses: actions/setup-node@v6
19
with:
20
node-version-file: .nvmrc
- cache: 'npm'
21
- - name: Install dependencies
22
- run: npm install
+ package-manager-cache: false
23
- name: Publish Package To npmjs
24
run: npm publish --provenance
0 commit comments