Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Aug 29, 2024
1 parent 1ad849c commit eedddf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
uses: JS-DevTools/npm-publish@v3
if: github.ref == 'refs/heads/master'
with:
registry: "https://registry.npmjs.org/"
token: ${{ secrets.NPM_TOKEN }}
access: "public"
check-version: true
- if: steps.publish.outputs.type != 'none'
run: |
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"

0 comments on commit eedddf4

Please sign in to comment.