Skip to content

Commit

Permalink
Update NPM publish action trigger (#6)
Browse files Browse the repository at this point in the history
* Fix npm publish action
  • Loading branch information
tsecher authored Feb 19, 2023
1 parent f4abb8a commit b662f3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: publish
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b662f3b

Please sign in to comment.