We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 189b67c + 8bb0c46 commit f1dd079Copy full SHA for f1dd079
1 file changed
.github/workflows/release.yml
@@ -6,10 +6,6 @@ name: Publish Node.js Package
6
on:
7
release:
8
types: [published]
9
- workflow_dispatch:
10
- inputs:
11
- release-version:
12
- required: true
13
14
jobs:
15
build:
@@ -42,4 +38,4 @@ jobs:
42
38
scope: "@layer5"
43
39
- run: npm publish --verbose
44
40
env:
45
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments