ci: fix publishing dev version

This commit is contained in:
iCrawl 2022-01-08 01:44:17 +01:00
parent fbef454894
commit 9760fd1b77
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -40,6 +40,6 @@ jobs:
if: steps.pre-release.outputs.release == 'true'
run: |
npm version --git-tag-version=false $(jq --raw-output '.version' packages/discord.js/package.json).$(date +%s).$(git rev-parse --short HEAD)
yarn publish --tag dev || true
yarn workspace discord.js publish --tag dev || true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}