Skip to content

Commit

Permalink
Merge pull request #127 from joelkanyi/chore/update-libs/softprops-ac…
Browse files Browse the repository at this point in the history
…tion-gh-release-digest

update softprops/action-gh-release digest to a485adb
  • Loading branch information
joelkanyi authored Jul 1, 2024
2 parents aee3a6f + 628a77f commit 3239d77
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@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@a485adba73bc95d9848c86e019d675bac99de0ed
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@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@a485adba73bc95d9848c86e019d675bac99de0ed
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@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@a485adba73bc95d9848c86e019d675bac99de0ed
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 3239d77

Please sign in to comment.