Skip to content

Commit

Permalink
21.02.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons committed Sep 2, 2021
1 parent 61202ce commit 1ed082a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R2C-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1.8.0
with:
name: OpenWRT-21.02.0-RC4
name: OpenWRT-21.02.0
allowUpdates: true
tag: 21.02.0-rc4
tag: 21.02.0
commit: master
replacesArtifacts: true
token: ${{ secrets.workflow_token }}
Expand Down
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-21.02.0-RC4
name: OpenWRT-21.02.0
allowUpdates: true
tag: 21.02.0-rc4
tag: 21.02.0
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-21.02.0-RC4
name: OpenWRT-21.02.0
allowUpdates: true
tag: 21.02.0-rc4
tag: 21.02.0
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-21.02.0-RC4
name: OpenWRT-21.02.0
allowUpdates: true
tag: 21.02.0-rc4
tag: 21.02.0
commit: master
replacesArtifacts: true
token: ${{ secrets.workflow_token }}
Expand Down
6 changes: 3 additions & 3 deletions SCRIPTS/02_prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,6 @@ svn co https://github.com/xiaorouji/openwrt-passwall/trunk/trojan-go package/new
svn co https://github.com/xiaorouji/openwrt-passwall/trunk/brook package/new/brook
svn co https://github.com/xiaorouji/openwrt-passwall/trunk/trojan-plus package/new/trojan-plus
svn co https://github.com/xiaorouji/openwrt-passwall/trunk/ssocks package/new/ssocks
svn co https://github.com/xiaorouji/openwrt-passwall/trunk/xray-core package/new/xray-core
svn co https://github.com/xiaorouji/openwrt-passwall/trunk/v2ray-plugin package/new/v2ray-plugin
svn co https://github.com/xiaorouji/openwrt-passwall/trunk/xray-plugin package/new/xray-plugin
svn co https://github.com/xiaorouji/openwrt-passwall/trunk/hysteria package/new/hysteria
# qBittorrent 下载
svn co https://github.com/garypang13/openwrt-static-qb/trunk/qBittorrent-Enhanced-Edition package/lean/qBittorrent-Enhanced-Edition
Expand Down Expand Up @@ -307,6 +304,9 @@ svn co https://github.com/coolsnowwolf/packages/trunk/net/shadowsocks-libev pack
svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/trojan package/lean/trojan
svn co https://github.com/fw876/helloworld/trunk/naiveproxy package/lean/naiveproxy
svn co https://github.com/fw876/helloworld/trunk/v2ray-core package/lean/v2ray-core
svn co https://github.com/fw876/helloworld/trunk/xray-core package/new/xray-core
svn co https://github.com/fw876/helloworld/trunk/v2ray-plugin package/new/v2ray-plugin
svn co https://github.com/fw876/helloworld/trunk/xray-plugin package/new/xray-plugin
svn co https://github.com/immortalwrt/packages/trunk/net/shadowsocks-rust feeds/packages/net/shadowsocks-rust
ln -sf ../../../feeds/packages/net/shadowsocks-rust ./package/feeds/packages/shadowsocks-rust
svn co https://github.com/immortalwrt/packages/trunk/net/kcptun feeds/packages/net/kcptun
Expand Down

0 comments on commit 1ed082a

Please sign in to comment.