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 | 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 | + - name: Analyze Tags | |
29 | + id: tag-data | |
30 | + uses: Dotunj/github-action-analyze-tags@v0.2.0 | |
34 | 31 | - uses: ncipollo/release-action@v1 |
35 | 32 | with: |
36 | - tag: 5.4 | |
33 | + tag: ${{ steps.tag-data.outputs.highest_tag }} | |
37 | 34 | name: mingw-binary |
38 | 35 | artifacts: "*.tar.xz" |
39 | 36 | allowUpdates: true | ... | ... |