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/fedora.yml | |
| parent | 2e5374c0be01071f23884426ea55f8e2e57c4389 (diff) | |
fix get tag for civ2.3.9
Diffstat (limited to '.github/workflows/fedora.yml')
| -rw-r--r-- | .github/workflows/fedora.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index e27320c2f..d134c55cf 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -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/[email protected] id: tagName # tests |
