Skip to content

Commit

Permalink
Merge pull request #392 from senacor/dependabot/github_actions/softpr…
Browse files Browse the repository at this point in the history
…ops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
ziegler-daniel authored Nov 26, 2024
2 parents 61d12f4 + c26f740 commit e914228
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 @@ -35,7 +35,7 @@ jobs:
run: |
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
- name: Github release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: steps.publish.outputs.type != 'none'
with:
name: Release v${{ steps.publish.outputs.version }}
Expand Down

0 comments on commit e914228

Please sign in to comment.