Skip to content

Commit

Permalink
Merge pull request #1546 from buildpacks-community/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/softprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
tomkennedy513 authored Mar 26, 2024
2 parents 2db52d6 + dfb7bd3 commit 49014e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ jobs:
path: release-${{ env.KPACK_VERSION }}.yaml

- name: Create Draft Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: kpack v${{ env.KPACK_VERSION }}
tag_name: v${{ env.KPACK_VERSION }}
Expand Down

0 comments on commit 49014e2

Please sign in to comment.