Skip to content

Commit

Permalink
Bump version in nightly builds
Browse files Browse the repository at this point in the history
It should represent the next version, not the current.

Signed-off-by: emneo <emneo@kreog.com>
  • Loading branch information
emneo-dev committed Sep 8, 2024
1 parent 80cf399 commit 58e0c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- run: zig build -Doptimize=ReleaseSafe -Dbuild_all=true -Dversion=0.0.0-nightly --summary all
- run: zig build -Doptimize=ReleaseSafe -Dbuild_all=true -Dversion=0.1.0-nightly --summary all
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 58e0c88

Please sign in to comment.