Skip to content

Commit 42f3f95

Browse files
committed
Fix auto-publish on tag push
1 parent e5d1a17 commit 42f3f95

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/npm-publish.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3-
4-
name: NPM Publish
1+
name: Release
52

63
on:
7-
release:
8-
types: [created]
4+
push:
5+
tags:
6+
- '*.*.*'
97

108
jobs:
119
publish:

0 commit comments

Comments
 (0)