mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-21 18:26:29 +00:00
only publish when tags are created
This commit is contained in:
parent
0c2d966059
commit
ec63b8035c
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -1,7 +1,9 @@
|
||||
name: "Publish to NPM"
|
||||
|
||||
on:
|
||||
release:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user