|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
ref: ${{ github.event.inputs.source_ref }}
|
|
|
|
|
|
- name: Create Release
|
|
|
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
|
|
|
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
|
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
target_commitish: ${{ github.event.inputs.source_ref }}
|
|
|
@@ -143,7 +143,7 @@ jobs:
|
|
|
image-tag: ${{ env.RELEASE_TAG }}
|
|
|
|
|
|
- name: Update Release
|
|
|
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
|
|
|
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
|
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
files: |
|