Skip to content

Commit

Permalink
fix: prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Vullriede committed Dec 3, 2024
1 parent 0cf08ae commit 533a970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- id: get-latest-tag
uses: WyriHaximus/github-action-get-previous-tag@v1
with:
workingDirectory: ${{ github.workspace }}

- name: tag-version
if: ${{ steps.get-version-from-pom.outputs.version != steps.get-latest-tag.outputs.tag}}
Expand All @@ -60,7 +62,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
tag_name: ${{ steps.version-extractor.outputs.version }}
tag_name: ${{ steps.get-version-from-pom.outputs.version }}
files: target/dist/*

- id: merge-main-to-dev
Expand Down

0 comments on commit 533a970

Please sign in to comment.