Skip to content

Commit

Permalink
Remove yarn version decline from workflow (#52)
Browse files Browse the repository at this point in the history
I am hoping this isn't needed and was due to squash rebasing PRs
  • Loading branch information
penx committed Feb 6, 2023
2 parents 2f42d74 + 8dee9aa commit 4e6633c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ jobs:
fi
echo "continue=true" >> $GITHUB_OUTPUT
- name: 🔧️ Fix Prerelease
# When committing the package.json, we don't want this to result in a failed `yarn version check`
# See https://github.com/yarnpkg/berry/issues/2569
if: steps.add.outputs.continue && inputs.release_type == 'prerelease'
run: |
yarn workspace remix-google-cloud-functions version decline -d
git add -A
- name: 🔀 Create Branch
if: steps.add.outputs.continue
run: git checkout -b ${{ steps.version.outputs.branch }}
Expand Down

0 comments on commit 4e6633c

Please sign in to comment.