ci: fix publish-rolling.yml (#688)

This commit is contained in:
Trim21
2023-11-29 15:25:09 +08:00
committed by GitHub
parent 2751b54697
commit a4dd536442
+2 -2
View File
@@ -34,9 +34,9 @@ jobs:
npm version --no-git-tag-version $build_version
echo ::set-output name=BUILD_VERSION::$build_version
- name: Use @${{ github.actor }} scope
- name: Use @jesec scope
run: |
jq '.name = "@${{ github.actor }}/flood"' package.json > package.new.json
jq '.name = "@jesec/flood"' package.json > package.new.json
mv package.new.json package.json
- run: npm pack