Update publish.yml
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -2,7 +2,7 @@ name: Publish to NPM
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created] # Se dispara cuando creas una "Release" en GitHub
|
||||
types: [published] # Se dispara cuando creas una "Release" en GitHub
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user