Skip to content

Commit

Permalink
Remove extra checkout in RC workflow (#5414)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed May 3, 2022
1 parent 626b0a7 commit 29255d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
# This is required because lerna uses tags to determine the version.
fetch-depth: 0

- uses: actions/checkout@v3
- name: 🧶 Setup job
uses: ./.github/actions/setup_job

Expand All @@ -74,7 +73,6 @@ jobs:

- name: 🚢 Publish
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
SEMVER=$(basename $(dirname ${{ github.ref_name }}))
yarn lerna publish pre$SEMVER --include-merged-tags \
Expand Down

0 comments on commit 29255d2

Please sign in to comment.