Skip to content

Commit

Permalink
Release 0.0.4-rc.2 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub Actions committed Feb 5, 2023
1 parent 1312fa6 commit bf68f9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ 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
2 changes: 2 additions & 0 deletions .yarn/versions/f043d422.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- remix-google-cloud-functions
2 changes: 1 addition & 1 deletion remix-google-cloud-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remix-google-cloud-functions",
"description": "Remix Adapter for Google Cloud Functions and Firebase Functions",
"version": "0.0.4-rc.1",
"version": "0.0.4-rc.2",
"license": "MIT",
"author": "Alasdair McLeay",
"main": "build/index.js",
Expand Down

0 comments on commit bf68f9d

Please sign in to comment.