Skip to content

Commit

Permalink
[CI] Chore: Version NPM Package
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Feb 13, 2024
1 parent f0b95c4 commit 9dbfe4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Publish Node.js Package

on:
release:
types: [synchronize, published]
types: [published]
env:
HUSKY: 0

Expand All @@ -30,6 +30,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: "Set Package Version"
uses: reedyuk/[email protected]
with:
version: ${{ github.event.release.tag_name }}

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 9dbfe4c

Please sign in to comment.