Skip to content

Commit

Permalink
FIX: Release workflow 🏃
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex authored and momchil-flex committed Feb 22, 2024
1 parent 450c832 commit 46a54a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: everlytic/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_ref: "develop"
source_ref: ${{ github.ref }}
target_branch: "latest"
commit_message_template: 'RELEASE: :shipit: :boom: :tada: Merged {source_ref} into target {target_branch}'
- name: Release
Expand Down

0 comments on commit 46a54a1

Please sign in to comment.