Skip to content

Commit

Permalink
ci(CI&CD): 🎡 update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guotingchao committed Apr 29, 2024
1 parent c7eff37 commit adb1554
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ jobs:
NPM_TOKEN: ${{ env.NPM_TOKEN }}

- name: 🎺 Publish new version to Github Packages
id: publish
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ env.GITHUB_TOKEN }}
registry: "https://npm.pkg.github.com"

- if: ${{ steps.publish.outputs.type }}
run: echo "Version changed!"

0 comments on commit adb1554

Please sign in to comment.