Skip to content

Commit

Permalink
trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
derkweijers committed Feb 21, 2024
1 parent 4802b9f commit d70c673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
pull_request:
branches:
- releases
- main
workflow_dispatch:
inputs:
version_rule:
Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit d70c673

Please sign in to comment.