Skip to content

Commit

Permalink
Merge pull request #3 from lyytioy/manual-action
Browse files Browse the repository at this point in the history
Manual action
  • Loading branch information
dusan-turajlic authored Jan 13, 2022
2 parents fcbf0b1 + 80bc960 commit f16afe3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ on:
- 'src/**'
- 'public/**'
- 'typings/**'
workflow_dispatch:
inputs:
accept:
type: boolean
required: true
description: >
I understand that this action may fail if the tag, release or the version of
the NPM package already exists
jobs:
create-release:
Expand Down

0 comments on commit f16afe3

Please sign in to comment.