Skip to content

Commit

Permalink
revert change to publish action
Browse files Browse the repository at this point in the history
lerna does the work of keeping all the packages'
version numbers in sync
  • Loading branch information
HerbCaudill committed Jan 20, 2024
1 parent a073b5a commit 0156859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "Is pre-release version"
EXTRA_ARGS="$EXTRA_ARGS --tag next"
fi
pnpm publish -r --no-git-checks $EXTRA_ARGS
npx lerna publish ${VERSION} --yes --force-publish $EXTRA_ARGS
env:
VERSION: ${{ needs.check_if_version_upgraded.outputs.version }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0156859

Please sign in to comment.