Commit 76e055720cdd3b317a58105cd29023b3be8d8a00
Committed by
GitHub
1 parent
403b436f
Exists in
master
and in
1 other branch
Update msys2.yml
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
.github/workflows/msys2.yml
... | ... | @@ -25,13 +25,20 @@ jobs: |
25 | 25 | - name: CI-Build |
26 | 26 | run: | |
27 | 27 | ./win/ci-build.sh |
28 | + - uses: rickstaa/action-create-tag@v1 | |
29 | + id: "tag_create" | |
30 | + with: | |
31 | + tag: 5.4 | |
32 | + force_push_tag: true | |
33 | + message: "Latest release" | |
28 | 34 | - uses: ncipollo/release-action@v1 |
29 | 35 | with: |
36 | + tag: 5.4 | |
37 | + name: mingw-binary | |
30 | 38 | artifacts: "*.tar.xz" |
31 | 39 | allowUpdates: true |
32 | 40 | draft: true |
33 | 41 | makeLatest: true |
34 | - name: mingw-binary | |
35 | 42 | omitBody: true |
36 | 43 | omitPrereleaseDuringUpdate: true |
37 | 44 | replacesArtifacts: true | ... | ... |