Skip to content

Commit

Permalink
update softprops/action-gh-release digest to 7b4da11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 8d7c44b commit 3e4d64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
desktop/build/compose/jars/*.jar
- name: Release
uses: softprops/action-gh-release@f138a074094d2971f64c437ce38e846cef869b2f
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048
with:
prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }}
files: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
path: android/build/outputs/apk/release/*.apk

- name: Release
uses: softprops/action-gh-release@f138a074094d2971f64c437ce38e846cef869b2f
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048
with:
prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }}
files: |
Expand All @@ -136,7 +136,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release
uses: softprops/action-gh-release@f138a074094d2971f64c437ce38e846cef869b2f
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048
with:
body: ${{steps.github_release.outputs.changelog}}
prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }}
Expand Down

0 comments on commit 3e4d64e

Please sign in to comment.