Skip to content

Commit 00f0590

Browse files
Bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b50b929 commit 00f0590

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ jobs:
680680
echo "SHA256 hashes for files starting with 'linwood-flow' saved to $output_file"
681681
- name: 🚀 Deploy stable
682682
if: ${{ github.ref == 'refs/tags/stable' || (github.event_name == 'release' && !github.event.release.prerelease) }}
683-
uses: softprops/action-gh-release@v2
683+
uses: softprops/action-gh-release@v3
684684
continue-on-error: true
685685
with:
686686
prerelease: true
@@ -724,7 +724,7 @@ jobs:
724724
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
725725
- name: 🚀 Deploy nightly
726726
if: ${{ github.ref == 'refs/tags/nightly' }}
727-
uses: softprops/action-gh-release@v2
727+
uses: softprops/action-gh-release@v3
728728
continue-on-error: true
729729
with:
730730
prerelease: true
@@ -767,7 +767,7 @@ jobs:
767767
env:
768768
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
769769
- name: Release
770-
uses: softprops/action-gh-release@v2
770+
uses: softprops/action-gh-release@v3
771771
continue-on-error: true
772772
if: startsWith(github.ref, 'refs/tags/v')
773773
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
git tag -fa v${{ env.FLOW_VERSION }} -m "Release ${FLOW_VERSION}"
9191
git push origin v${FLOW_VERSION} -f
9292
- name: Create release
93-
uses: softprops/action-gh-release@v2
93+
uses: softprops/action-gh-release@v3
9494
with:
9595
prerelease: ${{ github.event.inputs.stable != 'true' }}
9696
tag_name: v${{ env.FLOW_VERSION }}

0 commit comments

Comments
 (0)