Don't double-create tag
This commit is contained in:
parent
81bc9584b3
commit
4be3b20e57
1 changed files with 1 additions and 13 deletions
14
.github/workflows/release.yaml
vendored
14
.github/workflows/release.yaml
vendored
|
@ -89,22 +89,10 @@ jobs:
|
|||
path: |
|
||||
target/release/worlds-sim-rust.exe
|
||||
|
||||
create-tag:
|
||||
name: "Create tag"
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [compile]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: rickstaa/action-create-tag@v1
|
||||
with:
|
||||
tag: latest
|
||||
message: "Latest pre-release"
|
||||
force_push_tag: true
|
||||
|
||||
create-release:
|
||||
name: "Create release"
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [compile, create-tag]
|
||||
needs: [compile]
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue