Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
id: prepare_release
uses: elastiflow/gha-reusable/actions/prepare-release@v0
with:
tag_prefix: "v"
changelog_update: true
bump_version_yaml: true
bump_version_yaml_path: galaxy.yml
Expand Down Expand Up @@ -86,6 +87,8 @@ jobs:
- name: Prepare Release
id: prepare_release
uses: elastiflow/gha-reusable/actions/prepare-release@v0
with:
tag_prefix: "v"
- name: Create and push semver tag
if: ${{ fromJson(steps.prepare_release.outputs.new_release_published) }}
uses: anothrNick/github-tag-action@e528bc2b9628971ce0e6f823f3052d1dcd9d512c
Expand Down
Loading