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