Skip to content

Commit

Permalink
fix dev-publish, publishing 2 times same pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Aug 13, 2024
1 parent 4ec14c0 commit d975fe6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
v="$version-dev.$hash"
echo "Setting Version: $v"
contents=$(jq --arg version "$v" '.version = $version' package.json) && echo -E "${contents}" > package.json
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
tag: dev
- name: Publish
run: npm publish --tag dev --provenance --access public --no-git-checks
env:
Expand Down

0 comments on commit d975fe6

Please sign in to comment.