|
@@ -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@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2
|
|
|
|
|
|
|
+ uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
|
|
|
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@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2
|
|
|
|
|
|
|
+ uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
|
|
|
with:
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
files: |
|
|
files: |
|