Skip to content

Commit

Permalink
chore: github action on tag added
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Aug 24, 2023
1 parent a5db2c1 commit 0db84dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Node.js Package

on:
release:
types: [created]
create:
tags:
- v*

jobs:
build:
Expand All @@ -13,6 +14,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm run format
- run: npm test

publish-npm:
Expand Down

0 comments on commit 0db84dc

Please sign in to comment.