Skip to content

Commit

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

build(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8
  • Loading branch information
k8s-ci-robot authored Jul 25, 2024
2 parents fb261a6 + 13ac68f commit 4487b50
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@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v0.1.15
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # 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@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v0.1.15
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v0.1.15
with:
files: |
_output/metrics-server-*

0 comments on commit 4487b50

Please sign in to comment.