We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e225a1 commit d1f1b4bCopy full SHA for d1f1b4b
.github/workflows/npm-publish.yml
@@ -230,11 +230,11 @@ jobs:
230
git branch -u origin/master
231
git pull origin master
232
233
- - name: Replace download url to the NPM latest version
+ - name: Replace download url to the releasing version
234
if: github.event.release.prerelease == false
235
uses: ./.github/actions/replace-path-url
236
with:
237
- version: ${{ steps.get_latest_version_after_publish.outputs.LATEST_VERSION }}
+ version: ${{ github.event.release.tag_name }}
238
239
- name: Commit and push changes
240
0 commit comments