Skip to content

Commit f1dd079

Browse files
authored
Merge pull request #477 from layer5io/update-workflow
ci: change on to release types as published
2 parents 189b67c + 8bb0c46 commit f1dd079

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ name: Publish Node.js Package
66
on:
77
release:
88
types: [published]
9-
workflow_dispatch:
10-
inputs:
11-
release-version:
12-
required: true
139

1410
jobs:
1511
build:
@@ -42,4 +38,4 @@ jobs:
4238
scope: "@layer5"
4339
- run: npm publish --verbose
4440
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)