only publish when tags are created

This commit is contained in:
cupcakearmy 2022-10-18 16:13:54 +02:00
parent 0c2d966059
commit ec63b8035c
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F

View File

@ -1,7 +1,9 @@
name: "Publish to NPM"
on:
release:
push:
tags:
- "v*"
jobs:
build: