Skip to content

Commit

Permalink
Merge pull request #454 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/softprops/action-gh-release-2

🌱 Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
k8s-ci-robot committed Mar 13, 2024
2 parents 1bf3db9 + 6b68c94 commit 74dba4e
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 @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create draft GH release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
files: |
Expand Down

0 comments on commit 74dba4e

Please sign in to comment.