Skip to content

Commit

Permalink
master: improve release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lowitea committed Dec 21, 2022
1 parent e4d7b46 commit bd8350b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
SSH_KEY: ${{ secrets.SSH_KEY }}
KNOWN_HOSTS: ${{ secrets.KNOWN_HOSTS }}
GTLBSTR_TEST_GITLAB_TOKEN: ${{ secrets.GTLBSTR_TEST_GITLAB_TOKEN }}

release-binaries:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
needs: integration-tests
strategy:
fail-fast: false
matrix:
Expand All @@ -37,6 +39,7 @@ jobs:
release-docker:
name: release docker
runs-on: ubuntu-latest
needs: integration-tests
steps:
- uses: actions/checkout@v2
- name: Build and push Docker image
Expand All @@ -50,6 +53,7 @@ jobs:
release-crate:
name: release crate
runs-on: ubuntu-latest
needs: integration-tests
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit bd8350b

Please sign in to comment.