Skip to content

Commit

Permalink
fix: preview releases (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivoallan authored Dec 3, 2023
1 parent 877d401 commit d174aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
preview:
needs: [image]
runs-on: ubuntu-latest
if: ${{ github.event.release.prerelease }}
environment:
name: yazoo-preview
url: https://yazoo-preview.constructions-incongrues.net
Expand All @@ -64,7 +63,6 @@ jobs:
main:
needs: [image]
runs-on: ubuntu-latest
if: ${{ ! github.event.release.prerelease }}
environment:
name: yazoo-main
url: https://yazoo.constructions-incongrues.net
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": true,
"prerelease": true
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit d174aa8

Please sign in to comment.