Skip to content

Commit f473ade

Browse files
committed
semver
1 parent 0a7a257 commit f473ade

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if-no-files-found: error
102102
retention-days: 1
103103

104-
publish-github-release:
104+
publish_github_release:
105105
name: "🔄 Publish Github Release"
106106
runs-on: ubuntu-24.04
107107
outputs:
@@ -152,12 +152,12 @@ jobs:
152152
name: "🔄 Publish NPM Package"
153153
runs-on: ubuntu-24.04
154154
needs:
155-
- publish-github-release
155+
- publish_github_release
156156
steps:
157157
- uses: actions/checkout@v4
158158
- run: eval $(curl -sSf sh.davidalsh.com/nodejs.sh | sh)
159159
- env:
160-
NPM_VER: ${{needs.publish-github-release.outputs.VERSION}}
160+
NPM_VER: ${{needs.publish_github_release.outputs.VERSION}}
161161
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
162162
run: |
163163
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> $HOME/.npmrc

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.10.0

0 commit comments

Comments
 (0)