Skip to content

Commit

Permalink
remove npm version from workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Sep 21, 2023
1 parent e6288d5 commit 51875f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ on:
# release:
# types: [published]
workflow_dispatch:
inputs:
version:
description: "Version accepted by `npm version *`"
required: true
env:
EM_VERSION: 1.39.14
jobs:
Expand All @@ -28,7 +24,6 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm version ${{ github.event.inputs.version }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 51875f2

Please sign in to comment.