Skip to content

Commit

Permalink
fixing the release workflow by adding setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Apr 8, 2024
1 parent 054866b commit baec3cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/setup
uses: ./.github/actions/build
#run: echo ${{ github.sha }} > Release-${{ github.ref_name }}.txt
run: echo ${{ github.sha }} > Release-${{ github.ref_name }}.txt
- name: Test
run: cat Release-${{ github.ref_name }}.txt
- name: Release
Expand Down
18 changes: 9 additions & 9 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 10
#define _VERSION_PATCH 3
#define _VERSION_BUILD 2109
#define _VERSION_GITHASH "20cf3ad"
#define _VERSION_BUILD 2110
#define _VERSION_GITHASH "054866b"
#define _VERSION_PRERELEASE beta
#define _VERSION_DATE "06-04-2024"
#define _VERSION_TIME "23:04:43"
#define _VERSION_DATE "08-04-2024"
#define _VERSION_TIME "21:38:09"
#define _SEMVER_CORE "0.10.3"
#define _SEMVER_BUILD "0.10.3+2109"
#define _SEMVER_GITHASH "0.10.3+20cf3ad"
#define _SEMVER_FULL "0.10.3-beta+20cf3ad"
#define _SEMVER_NOBUILD "0.10.3-beta (06-04-2024)"
#define _VERSION "0.10.3-beta+20cf3ad (06-04-2024)"
#define _SEMVER_BUILD "0.10.3+2110"
#define _SEMVER_GITHASH "0.10.3+054866b"
#define _SEMVER_FULL "0.10.3-beta+054866b"
#define _SEMVER_NOBUILD "0.10.3-beta (08-04-2024)"
#define _VERSION "0.10.3-beta+054866b (08-04-2024)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit baec3cb

Please sign in to comment.