Skip to content

Commit

Permalink
Merge pull request #504 from layer5io/leecalcote/ci/version-npm-package
Browse files Browse the repository at this point in the history
[CI] Chore: Version NPM Package
  • Loading branch information
nebula-aac authored Feb 13, 2024
2 parents f0b95c4 + 9dbfe4c commit 3adaafc
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 3adaafc

Please sign in to comment.