Skip to content

Commit d844fda

Browse files
Bump ncipollo/release-action from 1.14.0 to 1.15.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb5a7f6 commit d844fda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
7z a ../../qModManager-win64-${GITHUB_REF##*/}.7z . ../../resources/README.txt
5252
- name: Release (debug)
5353
if: ${{ steps.release_type.outputs.RELEASE_TYPE == 'debug' }}
54-
uses: ncipollo/release-action@v1.14.0
54+
uses: ncipollo/release-action@v1.15.0
5555
with:
5656
artifacts: qModManager-win64-${{ steps.release_type.outputs.VERSION }}.7z
5757
prerelease: True
@@ -61,14 +61,14 @@ jobs:
6161
This is a debug build to help development.
6262
- name: Release (beta|debug)
6363
if: ${{ steps.release_type.outputs.RELEASE_TYPE == 'beta' }}
64-
uses: ncipollo/release-action@v1.14.0
64+
uses: ncipollo/release-action@v1.15.0
6565
with:
6666
artifacts: qModManager-win64-${{ steps.release_type.outputs.VERSION }}.7z
6767
prerelease: True
6868
token: ${{ secrets.GITHUB_TOKEN}}
6969
- name: Release (stable)
7070
if: ${{ steps.release_type.outputs.RELEASE_TYPE == 'release' }}
71-
uses: ncipollo/release-action@v1.14.0
71+
uses: ncipollo/release-action@v1.15.0
7272
with:
7373
artifacts: qModManager-win64-${{ steps.release_type.outputs.VERSION }}.7z
7474
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)