Skip to content

Commit

Permalink
CI: Pin softprops/action-gh-release to v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Aug 9, 2021
1 parent de292be commit 097b25c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "::set-output name=krb_ver::${krb_ver}"
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.8
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo CLI Suite ${{ steps.build.outputs.krb_ver }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
echo "::set-output name=krb_ver::${krb_ver}"
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.8
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo CLI Suite ${{ steps.build.outputs.krb_ver }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
echo "::set-output name=krb_ver::${krb_ver}"
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.8
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo CLI Suite ${{ steps.build.outputs.krb_ver }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
echo "::set-output name=krb_ver::${krb_ver}"
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.8
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo CLI Suite ${{ steps.build.outputs.krb_ver }}
Expand Down

0 comments on commit 097b25c

Please sign in to comment.