Skip to content

Commit

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

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
jneilliii authored Mar 11, 2024
2 parents b99ea02 + 9b59758 commit cc29f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 🚀 Create Release and Attach Assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "OctoPrint ${{ steps.octoprint_version.outputs.release }} Setup for Windows"
tag_name: "${{ steps.octoprint_version.outputs.release }}"
Expand Down

0 comments on commit cc29f0e

Please sign in to comment.