We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240729d commit 83be0f8Copy full SHA for 83be0f8
.github/workflows/publish.yml
@@ -4,7 +4,6 @@ run-name: Publish release of ${{ github.ref_name }}
4
on:
5
release:
6
types: [published]
7
- workflow_dispatch:
8
9
permissions:
10
id-token: write # Required for OIDC
@@ -31,6 +30,4 @@ jobs:
31
30
run: npm ci
32
33
- name: Publish to npm
34
- run: npm publish --provenance --access public
35
- env:
36
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish
.github/workflows/release.yml
@@ -1,13 +1,11 @@
1
name: Create Release
2
-
3
run-name: Create release for ${{ github.ref_name }}
push:
tags:
- 'v*'
- '[0-9]+.[0-9]+.[0-9]+'
11
12
13
contents: write
0 commit comments