run NPM Publish after Bump Version

This commit is contained in:
chris-cosentino
2021-08-20 15:41:10 -04:00
committed by GitHub
parent 43d741d91b
commit d3765e63ab

View File

@@ -1,16 +1,11 @@
name: NPM Publish
# Only triggers when npm version action succeeded
on:
push:
branches:
- master
paths-ignore:
- "**/package.json"
- "**/package-lock.json"
# Publish `v1.2.3` tags as releases.
tags:
- v*
workflow_run:
workflows: ["Bump Version"]
types:
- completed
# Run tests for any PRs.
pull_request: