only publish when tags are created

This commit is contained in:
2022-10-18 16:13:54 +02:00
parent 0c2d966059
commit ec63b8035c
+3 -1
View File
@@ -1,7 +1,9 @@
name: "Publish to NPM" name: "Publish to NPM"
on: on:
release: push:
tags:
- "v*"
jobs: jobs:
build: build: