diff options
| author | Loyalsoldier <[email protected]> | 2020-02-26 23:29:27 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-26 23:29:27 +0800 |
| commit | 4e73e6519987ef6f86a026db619da894a7d23af8 (patch) | |
| tree | d9e0bafbf6ca2d2489553c998aa28a74ca2f0e50 | |
| parent | a4c6f041a20dd887b87e5f4bba516dc13a88a63d (diff) | |
Use another GitHub release action
due to https://github.com/v2ray/domain-list-community/issues/231
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 70e64001..57118fce 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: mv ./geoip.dat ./publish/ - name: Release - uses: Ricky-Hao/action-release@master + uses: opspresso/action-release@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ASSET_PATH: publish |
