Skip to content

Commit

Permalink
mark rc* as prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons committed Jun 7, 2023
1 parent e82eebb commit f268136
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R2C-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
name: OpenWRT-${{ env.latest_release }}
allowUpdates: true
prerelease: false
prerelease: true
tag: ${{ env.latest_release }}
commit: 23.05
replacesArtifacts: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R2S-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
name: OpenWRT-${{ env.latest_release }}
allowUpdates: true
prerelease: false
prerelease: true
tag: ${{ env.latest_release }}
commit: 23.05
replacesArtifacts: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R4S-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
name: OpenWRT-${{ env.latest_release }}
allowUpdates: true
prerelease: false
prerelease: true
tag: ${{ env.latest_release }}
commit: 23.05
replacesArtifacts: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/X86-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
name: OpenWRT-${{ env.latest_release }}
allowUpdates: true
prerelease: false
prerelease: true
tag: ${{ env.latest_release }}
commit: 23.05
replacesArtifacts: true
Expand Down

0 comments on commit f268136

Please sign in to comment.