Skip to content

Commit

Permalink
fix working version of softprops/action-gh-release
Browse files Browse the repository at this point in the history
can update after softprops/action-gh-release#280 is fixed
  • Loading branch information
ekoby committed Mar 13, 2023
1 parent 30a106e commit 5810077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ github.token }}
- name: upload SDK release bundle
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.13
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 5810077

Please sign in to comment.