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 450c832 commit 46a54a1Copy full SHA for 46a54a1
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: everlytic/[email protected]
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
- source_ref: "develop"
+ source_ref: ${{ github.ref }}
22
target_branch: "latest"
23
commit_message_template: 'RELEASE: :shipit: :boom: :tada: Merged {source_ref} into target {target_branch}'
24
- name: Release
0 commit comments