Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #169 from mikepenz/dependabot/github_actions/softp…
Browse files Browse the repository at this point in the history
…rops/action-gh-release-0.1.15

Bump softprops/action-gh-release from 0.1.13 to 0.1.15
  • Loading branch information
mikepenz committed Feb 7, 2023
2 parents b017df1 + 2a99168 commit a77cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: softprops/action-gh-release@6034af24fba4e5a8e975aaa6056554efe4c794d0
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
body: ${{steps.github_release.outputs.changelog}}
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }}
Expand Down

0 comments on commit a77cc60

Please sign in to comment.