|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
ref: ${{ github.event.inputs.source_ref }}
|
|
|
|
|
|
- name: Create Release
|
|
|
- uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
|
|
|
+ uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
|
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
target_commitish: ${{ github.event.inputs.source_ref }}
|
|
|
@@ -142,7 +142,7 @@ jobs:
|
|
|
image-tag: ${{ env.RELEASE_TAG }}
|
|
|
|
|
|
- name: Update Release
|
|
|
- uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
|
|
|
+ uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
|
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
files: |
|