Skip to content

Commit fd8cd6e

Browse files
authored
pin gh-release action to v2.2.2 as new release of it broke the action (#398)
1 parent 3f37c52 commit fd8cd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
IMAGE_VERSION: ${{ github.ref_name }}
1818
- name: Upload Release Artifacts
19-
uses: softprops/action-gh-release@v2
19+
uses: softprops/action-gh-release@v2.2.2
2020
with:
2121
files: |
2222
./release/helm-chart-${{ github.ref_name }}.tgz
@@ -40,4 +40,4 @@ jobs:
4040
context: .
4141
push: true
4242
tags: ${{ steps.meta.outputs.tags }}
43-
labels: ${{ steps.meta.outputs.labels }}
43+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)