Skip to content

Commit

Permalink
Temporarily revert softprops version (buildapp.yml)
Browse files Browse the repository at this point in the history
2.2.0 has changed the way it creates the release and the ipa. I’ll try to fix it in a different branch and merge it once it’s fixed.
  • Loading branch information
arichornlover authored Dec 15, 2024
1 parent b3f7cbd commit 8d8ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Create Release
if: ${{ inputs.create_release }}
id: create_release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UYOU_VERSION: ${{ inputs.uyou_version }}
Expand Down

0 comments on commit 8d8ad78

Please sign in to comment.