chore: build release on next branch (#6266)

This commit is contained in:
Livio Spring 2023-07-25 08:43:06 +02:00 committed by GitHub
parent 2183b9a7c5
commit 702dfaf314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,8 @@ on:
permissions:
contents: write
packages: write
issues: write
pull-requests: write
jobs:

View File

@ -25,7 +25,7 @@ jobs:
uses: ./.github/workflows/version.yml
with:
semantic_version: ${{ inputs.semantic_version }}
dry_run: true
dry_run: false
docker:
runs-on: ubuntu-22.04
@ -65,7 +65,7 @@ jobs:
${{ inputs.image }}
-
name: Publish latest
if: ${{ github.ref_name == 'main' }}
if: ${{ github.ref_name == 'next' }}
run: |
docker buildx imagetools create \
--tag ${{ inputs.image_name }}:latest \

View File

@ -1,8 +1,7 @@
module.exports = {
branches: [
{ name: "main" },
{ name: "next" },
{ name: "ci/improve-make", prerelease: "2.29-ignore-me" }
{ name: "next-rc", prerelease: "rc" }
],
plugins: [
"@semantic-release/commit-analyzer",