Skip to content

Commit

Permalink
fix: force bump again to test
Browse files Browse the repository at this point in the history
  • Loading branch information
radicand committed Jul 29, 2024
1 parent bda627a commit 319fff8
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,24 @@ on:
tag_name:
description: 'Tag name'
required: true
environment:
type: choice
options:
- production
- staging
description: 'Environment'
required: true
default: production
workflow_call:
inputs:
tag_name:
description: 'Tag name'
type: string
required: true
environment:
type: string
description: 'Environment'
required: true
secrets:
GH_PAT:
description: 'GitHub Personal Access Token'
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
release-please:
runs-on: ubuntu-latest
outputs:
api--tag_name: ${{ steps.release.outputs['server/hasura--tag_name']}}
api--tag_name: ${{ steps.release.outputs['server/hasura--version']}}
api--release_created: ${{ steps.release.outputs['server/hasura--release_created']}}
app--tag_name: ${{ steps.release.outputs.app--tag_name}}
app--tag_name: ${{ steps.release.outputs.app--version}}
app--release_created: ${{ steps.release.outputs.app--release_created}}
faas--tag_name: ${{ steps.release.outputs['server/faas--tag_name']}}
faas--tag_name: ${{ steps.release.outputs['server/faas--version']}}
faas--release_created: ${{ steps.release.outputs['server/faas--release_created']}}
web--tag_name: ${{ steps.release.outputs.app--tag_name}}
web--tag_name: ${{ steps.release.outputs.app--version}}
web--release_created: ${{ steps.release.outputs.app--release_created}}
steps:
- uses: googleapis/release-please-action@v4
Expand All @@ -39,7 +39,7 @@ jobs:
secrets: inherit
with:
tag_name: ${{needs.release-please.outputs.api--tag_name}}

environment: production

release-app:
if: ${{needs.release-please.outputs.app--release_created}}
Expand All @@ -65,3 +65,4 @@ jobs:
secrets: inherit
with:
tag_name: ${{needs.release-please.outputs.web--tag_name}}
environment: production
12 changes: 12 additions & 0 deletions .github/workflows/release-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,24 @@ on:
type: string
description: 'Tag name'
required: true
environment:
type: choice
options:
- production
- staging
description: 'Environment'
required: true
default: production
workflow_call:
inputs:
tag_name:
type: string
description: 'Tag name'
required: true
environment:
type: string
description: 'Environment'
required: true
secrets:
DOTENV:
description: '.env file content'
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,10 @@ packages:
dependency: "direct main"
description:
name: gql
sha256: afe032332ddfa69b79f1dea2ad7d95923d4993c1b269b224fc7bb3d17e32d33c
sha256: "8ecd3585bb9e40d671aa58f52575d950670f99e5ffab18e2b34a757e071a6693"
url: "https://pub.dev"
source: hosted
version: "1.0.1-alpha+1709845491443"
version: "1.0.1-alpha+1717789143880"
gql_code_builder:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ dependencies:
flutter_mobx: ^2.2.1
flutter_dotenv: ^5.1.0
adaptive_navigation: ^0.0.10
graphql_flutter: ^5.2.0-beta.5
graphql_flutter: ^5.2.0-beta.6
flutter_hooks: ^0.20.5
graphql: ^5.2.0-beta.8
gql: ^1.0.0
gql: 1.0.1-alpha+1717789143880
fraction: ^5.0.2
url_launcher: ^6.3.0
device_preview: ^1.2.0
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/schema-ast": "^4.1.0",
"@types/node": "^20.14.10",
"@types/node": "^20.14.13",
"cross-fetch": "^4.0.0",
"graphql": "^16.9.0",
"ts-node": "^10.9.2"
Expand Down
1 change: 1 addition & 0 deletions server/hasura/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.6.0

0 comments on commit 319fff8

Please sign in to comment.