Skip to content

Commit

Permalink
git: Dummy tag workflow trigger 02
Browse files Browse the repository at this point in the history
  • Loading branch information
heysokam committed Jul 20, 2024
1 parent 46cc838 commit 51e422a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
my-job:
build-game:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4 # Clone the repo
with:
submodules: recursive
- name: hello-step
run: echo "Hello Test.Tags!"
- uses: goto-bus-stop/setup-zig@v2 # Will compile with ZigCC

- name: build
run: echo "Hello Test.Tags Build!"
- test-zig:
run: zig zen

2 changes: 1 addition & 1 deletion info.zig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = "0.2.101";
const version = "0.2.102";

0 comments on commit 51e422a

Please sign in to comment.