diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-24 01:07:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 01:07:30 +0300 |
| commit | 6aa3c8d4a238d9e941bf5461f0aadd0f4bcc48f8 (patch) | |
| tree | 25771b11f33aea187b4cb9e200ca8434d643638e /.github | |
| parent | aff9d0ea15788f30fd8b62fb0252db3483648c12 (diff) | |
Bump svenstaro/upload-release-action from 2.5.0 to 2.6.0 (#514)
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenstaro/upload-release-action/compare/2.5.0...2.6.0)
---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b28f46b..e0df3284 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: package run: tar -zcvf x-ui-linux-amd64.tar.gz x-ui - name: upload - uses: svenstaro/upload-release-action@2.5.0 + uses: svenstaro/upload-release-action@2.6.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} @@ -80,7 +80,7 @@ jobs: - name: package run: tar -zcvf x-ui-linux-arm64.tar.gz x-ui - name: upload - uses: svenstaro/upload-release-action@2.5.0 + uses: svenstaro/upload-release-action@2.6.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} |
