Skip to content

Commit

Permalink
git: Dummy tag workflow trigger 06
Browse files Browse the repository at this point in the history
  • Loading branch information
heysokam committed Jul 20, 2024
1 parent 04ded36 commit d50c17f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4 # Clone the repo
- uses: actions/checkout@v4 # Clone the repo
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v2 # Will compile with ZigCC
- uses: mlugg/setup-zig@v1 # Will compile with ZigCC
with:
version: 0.13.0
version: latest

- name: build
run: echo "Hello Test.Tags Build!"
Expand Down
2 changes: 1 addition & 1 deletion info.zig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = "0.2.105";
const version = "0.2.106";

0 comments on commit d50c17f

Please sign in to comment.