diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-31 23:11:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-31 23:11:29 +0300 |
| commit | 3eebd7c3e5fb92d48c4908b57f71a71504eb8440 (patch) | |
| tree | 64bd71d5403224d367c1519cb0e558f878c48bac /.github/workflows/release.yml | |
| parent | 2fa151d52e99ae44ddf1020829eb753c608010fa (diff) | |
Bump svenstaro/upload-release-action from 2.6.0 to 2.6.1 (#552)
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.6.0 to 2.6.1.
- [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.6.0...2.6.1)
---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/release.yml')
| -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 04c5c4a9..e8b9ffae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: run: tar -zcvf x-ui-${{ matrix.platform }}.tar.gz x-ui - name: Upload - uses: svenstaro/upload-release-action@2.6.0 + uses: svenstaro/upload-release-action@2.6.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} |
