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,13 +25,20 @@ jobs: | ||
25 | - name: CI-Build | 25 | - name: CI-Build |
26 | run: | | 26 | run: | |
27 | ./win/ci-build.sh | 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 | - uses: ncipollo/release-action@v1 | 34 | - uses: ncipollo/release-action@v1 |
29 | with: | 35 | with: |
36 | + tag: 5.4 | ||
37 | + name: mingw-binary | ||
30 | artifacts: "*.tar.xz" | 38 | artifacts: "*.tar.xz" |
31 | allowUpdates: true | 39 | allowUpdates: true |
32 | draft: true | 40 | draft: true |
33 | makeLatest: true | 41 | makeLatest: true |
34 | - name: mingw-binary | ||
35 | omitBody: true | 42 | omitBody: true |
36 | omitPrereleaseDuringUpdate: true | 43 | omitPrereleaseDuringUpdate: true |
37 | replacesArtifacts: true | 44 | replacesArtifacts: true |