Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into separate-ecosystem-mul…
Browse files Browse the repository at this point in the history
…tisig
  • Loading branch information
LikoIlya committed Jun 26, 2024
2 parents 52d4ea5 + c320fd0 commit 1d2d7a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Publish Package to npmjs
on:
release:
types: [published]
workflow_dispatch:
inputs:
tag:
description: 'The tag to publish with'
required: true
default: 'latest'

jobs:
build:
Expand Down

0 comments on commit 1d2d7a1

Please sign in to comment.