Skip to content

Commit 9dbfe4c

Browse files
committed
[CI] Chore: Version NPM Package
Signed-off-by: Lee Calcote <[email protected]>
1 parent f0b95c4 commit 9dbfe4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .github/workflows/release.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Node.js Package
55

66
on:
77
release:
8-
types: [synchronize, published]
8+
types: [published]
99
env:
1010
HUSKY: 0
1111

@@ -30,6 +30,11 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232

33+
- name: "Set Package Version"
34+
uses: reedyuk/[email protected]
35+
with:
36+
version: ${{ github.event.release.tag_name }}
37+
3338
- uses: actions/setup-node@v3
3439
with:
3540
node-version: 18

0 commit comments

Comments
 (0)