Skip to content

Commit 09d3945

Browse files
build(deps): bump svenstaro/upload-release-action from 2.11.0 to 2.11.2 (#677)
1 parent 8fb336c commit 09d3945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: sha256sum build/out/*
4545

4646
- name: Upload binary to release
47-
uses: svenstaro/upload-release-action@2.11.0
47+
uses: svenstaro/upload-release-action@2.11.2
4848
with:
4949
repo_token: ${{ secrets.GITHUB_TOKEN }}
5050
file: build/out/phpdraft-${{ github.event.release.tag_name }}.phar
@@ -53,7 +53,7 @@ jobs:
5353
overwrite: false
5454

5555
- name: Upload library to release
56-
uses: svenstaro/upload-release-action@2.11.0
56+
uses: svenstaro/upload-release-action@2.11.2
5757
with:
5858
repo_token: ${{ secrets.GITHUB_TOKEN }}
5959
file: build/out/phpdraft-library-${{ github.event.release.tag_name }}.phar

0 commit comments

Comments
 (0)