Skip to content

Commit

Permalink
Merge pull request #16 from hoffie/dependabot/github_actions/softprop…
Browse files Browse the repository at this point in the history
…s/action-gh-release-4634c16e79c963813287e889244c50009e7f0981

Bump softprops/action-gh-release from c9b46fe7aad9f02afd89b12450b780f52dacfb2d to 4634c16e79c963813287e889244c50009e7f0981
  • Loading branch information
hoffie authored Feb 23, 2024
2 parents 45977af + 8b5f8bc commit 536d1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: rsync sshified README.md LICENSE sshified-${{ env.release_version }}-linux-amd64 && tar cvjf sshified-${{ env.release_version }}-linux-amd64.tar.bz2 sshified-${{ env.release_version }}-linux-amd64

- name: Release
uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d
uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: CHANGELOG.md
Expand Down

0 comments on commit 536d1d0

Please sign in to comment.