Skip to content

Commit

Permalink
Update release.yml workflow to use newer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankapoorcom authored Aug 16, 2023
1 parent 5478827 commit bfa9081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Upload build file to the releas as an asset.
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2-release

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bfa9081

Please sign in to comment.