Skip to content

Commit

Permalink
fix: use separate but dependent jobs to get tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Apr 23, 2021
1 parent 133db16 commit 161a5e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: GoogleCloudPlatform/release-please-action@v2
with:
release-type: simple
package-name: furry-train
pull-request-title-pattern: "[release] chore${scope}: release${component} ${version}."
build:
needs: release-please
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v1
id: buildx
with:
Expand Down

0 comments on commit 161a5e9

Please sign in to comment.