diff options
| author | MHSanaei <mc.sanaei@gmail.com> | 2023-02-23 00:08:50 +0300 |
|---|---|---|
| committer | MHSanaei <mc.sanaei@gmail.com> | 2023-02-23 00:08:50 +0300 |
| commit | b2d8ba6e1527120b94b1de1960f3c4ce041a1afb (patch) | |
| tree | 434ce191f914f671fc811288f23eb998efc4bb57 /.github | |
| parent | f01cb8f1d8d1a901d883bb6dd441815c802e2581 (diff) | |
update dependencies
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ca85ae4..a054524f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: package run: tar -zcvf x-ui-linux-amd64.tar.gz x-ui - name: upload - uses: svenstaro/upload-release-action@2.4.1 + uses: svenstaro/upload-release-action@2.5.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} |
