Skip to content

Commit

Permalink
fix: google publishing (#158)
Browse files Browse the repository at this point in the history
* fix: unleash-server-version to 6.0.6

* chore: output versions for debugging purposes

* Update yarn.lock
  • Loading branch information
gastonfournier authored Aug 5, 2024
1 parent 1458b4f commit c92b75b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildtags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- id: retrieve-version
name: Retrieve version
run: |
PACKAGE_VERSION=$(cat platforms/${{ matrix.folder }}/package.json \
| grep unleash-server \
Expand All @@ -26,9 +27,11 @@ jobs:
| sed 's/[", ]//g')
MAJOR=$(echo $PACKAGE_VERSION | cut -d. -f1)
MINOR=$(echo $PACKAGE_VERSION | cut -d. -f2)
set -x
echo "::set-output name=version::${PACKAGE_VERSION}"
echo "::set-output name=major::${MAJOR}"
echo "::set-output name=minor::${MINOR}"
set +x
- name: Setup QEmu so we can build multiplatform
uses: docker/setup-qemu-action@v3
- name: Login to docker hub
Expand Down
2 changes: 1 addition & 1 deletion platforms/google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dependencies": {
"@passport-next/passport": "^3.1.0",
"passport-google-oidc": "^0.1.0",
"unleash-server": "^6.0.0"
"unleash-server": "6.0.6"
}
}
2 changes: 1 addition & 1 deletion platforms/google/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3654,7 +3654,7 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

unleash-server@^6.0.0:
[email protected].6:
version "6.0.6"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.0.6.tgz#3bbfdc852016624c108ad19b65157e0ecd3a4732"
integrity sha512-6dWKtX1soCGXYlBH0O2u4XqppHlTsC96oNxSmlbwq0ba2T5O5AkxeZbX+8ydoQSaY0lsJpwnkKcQOS/fk73S6w==
Expand Down

0 comments on commit c92b75b

Please sign in to comment.