From d70c6735ae7a18af129ec7e784848785a136589e Mon Sep 17 00:00:00 2001 From: Derk Weijers Date: Wed, 21 Feb 2024 14:10:30 +0100 Subject: [PATCH] trigger release --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d50a764..7bb04d3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: Release on: pull_request: branches: - - releases + - main workflow_dispatch: inputs: version_rule: @@ -57,7 +57,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: merge pull request - run: gh pr merge "chore/version-bump-${{ steps.bump_version.outputs.VERSION }}" --delete-branch --squash --auto --admin --subject "Bump the version to ${{ steps.bump_version.outputs.VERSION }}" + run: gh pr merge "chore/version-bump-${{ steps.bump_version.outputs.VERSION }}" --delete-branch --squash --admin --subject "Bump the version to ${{ steps.bump_version.outputs.VERSION }}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}