|
@@ -28,7 +28,7 @@ jobs:
|
|
|
ref: ${{ github.event.inputs.source_ref }}
|
|
ref: ${{ github.event.inputs.source_ref }}
|
|
|
|
|
|
|
|
- name: Create Release
|
|
- name: Create Release
|
|
|
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
|
|
|
|
|
|
+ uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2
|
|
|
with:
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
target_commitish: ${{ github.event.inputs.source_ref }}
|
|
target_commitish: ${{ github.event.inputs.source_ref }}
|
|
@@ -113,7 +113,7 @@ jobs:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
- name: Update Release
|
|
- name: Update Release
|
|
|
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
|
|
|
|
|
|
+ uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2
|
|
|
with:
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
files: |
|
|
files: |
|