Skip to content

Commit

Permalink
Merge pull request #184 from bwRavencl/dependabot/github_actions/soft…
Browse files Browse the repository at this point in the history
…props/action-gh-release-2

build(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
bwRavencl authored Mar 11, 2024
2 parents 8f93223 + ee10bfa commit 8623dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tag: ${{ steps.extract_release_variables.outputs.tag_name }}
- name: Release
id: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.extract_release_variables.outputs.tag_name }}
draft: false
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
echo "archive_path=$(find build/distributions/ControllerBuddy-*.tgz -maxdepth 1 -print0)" >> $GITHUB_OUTPUT
- name: Release
id: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.extract_release_variables.outputs.tag_name }}
draft: false
Expand Down

0 comments on commit 8623dbe

Please sign in to comment.