Skip to content

Commit

Permalink
build(deps): bump svenstaro/upload-release-action from 1.pre.release …
Browse files Browse the repository at this point in the history
…to 2.7.0 (#498)
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 23f936f commit cd5a25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: sha256sum build/out/*

- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@2.7.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/out/phpdraft-${{ github.event.release.tag_name }}.phar
Expand All @@ -53,7 +53,7 @@ jobs:
overwrite: false

- name: Upload library to release
uses: svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@2.7.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/out/phpdraft-library-${{ github.event.release.tag_name }}.phar
Expand Down

0 comments on commit cd5a25b

Please sign in to comment.