diff options
| author | ruki <[email protected]> | 2020-11-25 22:22:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-25 22:22:20 +0800 |
| commit | 92a8c9c2ed2713173b5ef0c6a7806df36556823d (patch) | |
| tree | de64f28d167bdadb0dcd3e3be902dead085a3cb9 /.github/workflows/macos.yml | |
| parent | 2e5374c0be01071f23884426ea55f8e2e57c4389 (diff) | |
fix get tag for civ2.3.9
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c98d3e362..f594617bd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,7 +23,7 @@ jobs: - uses: dlang-community/setup-dlang@v1 with: compiler: dmd-latest - - uses: olegtarasov/get-tag@v2 + - uses: little-core-labs/[email protected] id: tagName # tests |
