Skip to content

Commit dbeff93

Browse files
committed
release update
1 parent 5c107cd commit dbeff93

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
7-
- 'v[0-9]+.[0-9]+.[0-9]+-beta'
7+
- 'v[0-9]+.[0-9]+.[0-9]+-\w+'
8+
- 'v[0-9]+.[0-9]+.[0-9]+-\w*[0-9]+'
9+
810

911
permissions:
1012
contents: write
@@ -25,7 +27,7 @@ jobs:
2527
git add fireanalyticstoolbox/metadata.txt
2628
2729
- name: download cbc
28-
uses: robinraju/release-downloader@v1.11
30+
uses: robinraju/release-downloader@v1.12
2931
with:
3032
repository: "coin-or/Cbc"
3133
latest: true
@@ -36,7 +38,7 @@ jobs:
3638
zipBall: false
3739

3840
- name: download cell2fire
39-
uses: robinraju/release-downloader@v1.11
41+
uses: robinraju/release-downloader@v1.12
4042
with:
4143
repository: "fire2a/C2F-W"
4244
latest: true
@@ -64,7 +66,7 @@ jobs:
6466
git archive --output "fireanalyticstoolbox_${{ github.ref_name }}.zip" $astash fireanalyticstoolbox
6567
6668
- name: Create Release
67-
uses: ncipollo/release-action@v1.12.0
69+
uses: ncipollo/release-action@v1.16.0
6870
with:
6971
artifacts: "fireanalyticstoolbox_${{ github.ref_name }}.zip"
7072
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)