Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Feb 13, 2024
1 parent 18b4901 commit b17f958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
if: steps.version_changed.outputs.changed == 'true'
run: |
npm i
npm publish=
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3 changes: 1 addition & 2 deletions .github/workflows/publish-package-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
echo "Version did not change"
echo "changed=false" >> $GITHUB_OUTPUT
fi
cat $GITHUB_OUTPUT
echo ${{ steps.version_changed.outputs.changed }}
- name: Publish to npm
if: steps.version_changed.outputs.changed == 'true'
run: |
echo ${{ steps.version_changed.outputs.changed }}
npm i
npm publish --access public
env:
Expand Down

0 comments on commit b17f958

Please sign in to comment.