Skip to content

Commit

Permalink
fix: update release workflow to use test tag version and increment mi…
Browse files Browse the repository at this point in the history
…nor version to 3 in config.h.in
  • Loading branch information
MasterLaplace committed Nov 8, 2024
1 parent 8d30d75 commit 7fb1424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create a GitHub release
uses: ncipollo/release-action@v1.14.0
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Flakkari ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
tag: ${{ steps.test_tag_version.outputs.new_tag }}
name: Flakkari ${{ steps.test_tag_version.outputs.new_tag }}
body: ${{ steps.test_tag_version.outputs.changelog }}
generateReleaseNotes: true
2 changes: 1 addition & 1 deletion Flakkari/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
#ifdef FLAG_VERSION_MINOR
#define FLAKKARI_VERSION_MINOR FLAG_VERSION_MINOR
#else
#define FLAKKARI_VERSION_MINOR 2
#define FLAKKARI_VERSION_MINOR 3
#endif

#ifdef FLAG_VERSION_PATCH
Expand Down

0 comments on commit 7fb1424

Please sign in to comment.