Skip to content

Commit

Permalink
should fix dev publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SN0WF14K3 authored Jun 20, 2021
1 parent 45c3c1b commit 43df901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

- name: Publish
run: |
npm install
npm run build --skipLibCheck
npm version --git-tag-version=false $(jq --raw-output '.version' package.json).$(git rev-parse --verify HEAD)
npm publish --tag dev || true
Expand Down

0 comments on commit 43df901

Please sign in to comment.