Skip to content

Commit

Permalink
build: add flight-server and flexfun to release
Browse files Browse the repository at this point in the history
The packages are now ready to be released along the rest of the SDK.

JIRA: CQ-761
risk: low
  • Loading branch information
no23reason committed Oct 3, 2024
1 parent bd421b5 commit d024e71
Show file tree
Hide file tree
Showing 3 changed files with 1,072 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- gooddata-fdw
- gooddata-sdk
- gooddata-dbt
- gooddata-flight-server
- gooddata-flexfun
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -80,6 +82,8 @@ jobs:
- gooddata-fdw
- gooddata-sdk
- gooddata-dbt
- gooddata-flight-server
- gooddata-flexfun
steps:
- name: Obtain ${{ matrix.component }} artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- gooddata-fdw
- gooddata-sdk
- gooddata-dbt
- gooddata-flight-server
- gooddata-flexfun
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit d024e71

Please sign in to comment.