Skip to content

Commit

Permalink
fix get tag for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 25, 2020
1 parent 2e5374c commit 92a8c9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: local#../xmake-source
- uses: olegtarasov/get-tag@v2
- uses: little-core-labs/get-git-tag@v3.0.2
id: tagName

# tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
- uses: olegtarasov/get-tag@v2
- uses: little-core-labs/get-git-tag@v3.0.2
id: tagName

# tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
- uses: olegtarasov/get-tag@v2
- uses: little-core-labs/get-git-tag@v3.0.2
id: tagName

# tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
- uses: olegtarasov/get-tag@v2
- uses: little-core-labs/get-git-tag@v3.0.2
id: tagName

# prepare
Expand Down

0 comments on commit 92a8c9c

Please sign in to comment.