Merge pull request #1050 from nextcloud/dependabot/github_actions/svenstaro/upload-release-action-2.6.0

This commit is contained in:
dependabot[bot] 2023-05-29 10:59:15 +00:00 committed by GitHub
commit ccc1542e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ jobs:
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
- name: Attach tarball to github release
uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # v2
uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc # v2
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}