Skip to content

Commit

Permalink
build: trigger npm-publish.yml on tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek authored May 23, 2024
1 parent eb4ff8a commit b00af24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: Publish to NPM

on:
release:
types: [created]
push:
tags: [ 'v*.*.*' ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b00af24

Please sign in to comment.