Skip to content

Commit

Permalink
Fix git checkout on tag/release.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Dec 22, 2022
1 parent e32240a commit 6c51252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}

- name: Checkout on tag/release
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion src/version.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define VERSION "0.0.2"
#define VERSION "0.0.1"

0 comments on commit 6c51252

Please sign in to comment.