|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
ref: ${{ github.event.inputs.source_ref }}
|
|
|
|
|
|
- name: Create Release
|
|
|
- uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
|
|
|
+ uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
|
|
|
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
|
|
|
+ uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
|
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
files: |
|