We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d8b90 commit b387634Copy full SHA for b387634
.github/workflows/post-release.yml
@@ -12,6 +12,7 @@ jobs:
12
uses: AlchemyCMS/.github/.github/workflows/post-release.yml@main
13
with:
14
version_file_path: lib/alchemy/version.rb
15
+ target_branch: ${{ github.event.workflow_run.head_branch }}
16
secrets:
17
app_id: ${{ vars.ALCHEMY_BOT_APP_ID }}
18
app_private_key: ${{ secrets.ALCHEMY_BOT_APP_PRIVATE_KEY }}
.github/workflows/release.yml
@@ -6,6 +6,7 @@ on:
6
types: [closed]
7
branches:
8
- main
9
+ - '*-stable'
10
11
jobs:
publish:
0 commit comments