Skip to content

Commit

Permalink
ready for rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons committed Aug 2, 2021
1 parent 6ace5d0 commit d4c9785
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R2S-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1.8.0
with:
name: OpenWRT-R2S-R4S-X86-21.02.0-RC3
name: OpenWRT-R2S-R4S-X86-21.02.0-RC4
allowUpdates: true
tag: 21.02.0-rc3
tag: 21.02.0-rc4
commit: master
replacesArtifacts: true
token: ${{ secrets.workflow_token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/R4S-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1.8.0
with:
name: OpenWRT-R2S-R4S-X86-21.02.0-RC3
name: OpenWRT-R2S-R4S-X86-21.02.0-RC4
allowUpdates: true
tag: 21.02.0-rc3
tag: 21.02.0-rc4
commit: master
replacesArtifacts: true
token: ${{ secrets.workflow_token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/X86-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1.8.0
with:
name: OpenWRT-R2S-R4S-X86-21.02.0-RC3
name: OpenWRT-R2S-R4S-X86-21.02.0-RC4
allowUpdates: true
tag: 21.02.0-rc3
tag: 21.02.0-rc4
commit: master
replacesArtifacts: true
token: ${{ secrets.workflow_token }}
Expand Down

0 comments on commit d4c9785

Please sign in to comment.