File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 22.16 .0
1+ 24.10 .0
You can’t perform that action at this time.
0 commit comments