Skip to content

Commit dcc2c52

Browse files
Bump softprops/action-gh-release from 1 to 2 (#22)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8652964 commit dcc2c52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465
git pull --tags
466466
- name: 🚀 Deploy stable
467467
if: ${{ github.ref == 'refs/tags/stable' }}
468-
uses: softprops/action-gh-release@v1
468+
uses: softprops/action-gh-release@v2
469469
continue-on-error: true
470470
with:
471471
prerelease: true
@@ -485,7 +485,7 @@ jobs:
485485
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
486486
- name: 🚀 Deploy nightly
487487
if: ${{ github.ref == 'refs/tags/nightly' }}
488-
uses: softprops/action-gh-release@v1
488+
uses: softprops/action-gh-release@v2
489489
continue-on-error: true
490490
with:
491491
prerelease: true
@@ -504,7 +504,7 @@ jobs:
504504
env:
505505
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
506506
- name: Release
507-
uses: softprops/action-gh-release@v1
507+
uses: softprops/action-gh-release@v2
508508
continue-on-error: true
509509
if: startsWith(github.ref, 'refs/tags/v')
510510
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
token: ${{ secrets.CI_PAT }}
103103
fetch-depth: 0
104104
- name: Create release
105-
uses: softprops/action-gh-release@v1
105+
uses: softprops/action-gh-release@v2
106106
with:
107107
prerelease: ${{ github.event.inputs.stable != 'true' }}
108108
tag_name: v${{ env.QECK_VERSION }}

0 commit comments

Comments
 (0)