Skip to content

Commit

Permalink
Merge pull request #1487 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/softprops/action-gh-release-2.0.5

Bump softprops/action-gh-release from 2.0.2 to 2.0.5
  • Loading branch information
k8s-ci-robot committed May 16, 2024
2 parents 0026f4c + feb094d commit 0d45c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build manifests
run: make release-manifests
- name: Release manifests
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v0.1.15
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v0.1.15
with:
files: |
_output/components.yaml
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Build binaries
run: make build-all
- name: Release binaries
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v0.1.15
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v0.1.15
with:
files: |
_output/metrics-server-*

0 comments on commit 0d45c6e

Please sign in to comment.