Skip to content

Commit

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

build(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.6
  • Loading branch information
hoffie authored Jul 7, 2024
2 parents 10a47c0 + 6798eb0 commit ea09590
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@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: CHANGELOG.md
Expand Down

0 comments on commit ea09590

Please sign in to comment.