Commit c6a88728542f594866bf6c2ea8951ae06b196255
Committed by
GitHub
1 parent
76e05572
Exists in
master
and in
1 other branch
Update msys2.yml
Showing
1 changed file
with
4 additions
and
7 deletions
Show diff stats
.github/workflows/msys2.yml
@@ -25,15 +25,12 @@ jobs: | @@ -25,15 +25,12 @@ 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 | + - name: Analyze Tags |
29 | + id: tag-data | ||
30 | + uses: Dotunj/github-action-analyze-tags@v0.2.0 | ||
34 | - uses: ncipollo/release-action@v1 | 31 | - uses: ncipollo/release-action@v1 |
35 | with: | 32 | with: |
36 | - tag: 5.4 | 33 | + tag: ${{ steps.tag-data.outputs.highest_tag }} |
37 | name: mingw-binary | 34 | name: mingw-binary |
38 | artifacts: "*.tar.xz" | 35 | artifacts: "*.tar.xz" |
39 | allowUpdates: true | 36 | allowUpdates: true |