Skip to content

Commit

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

chore(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
tobybellwood authored Nov 14, 2024
2 parents b0ce018 + d0e8324 commit 6748456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_SBOM_PATH: ${{ steps.sbom.outputs.fileName }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 6748456

Please sign in to comment.