Skip to content

Commit

Permalink
Merge pull request #494 from openziti/rollback-action-gh-release
Browse files Browse the repository at this point in the history
fix working version of softprops/action-gh-release
  • Loading branch information
ekoby authored Mar 13, 2023
2 parents 30a106e + 5810077 commit 924ed09
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 924ed09

Please sign in to comment.