ci(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#154)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce1f59d3b5
commit
656b727b33
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
intro-skipper-${{ env.GIT_HASH }}.zip
|
||||
|
||||
- name: Publish prerelease notes
|
||||
uses: softprops/action-gh-release@v2.0.4
|
||||
uses: softprops/action-gh-release@v2.0.5
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
tag_name: 10.8/preview
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
intro-skipper-v${{ github.event.inputs.version }}.zip
|
||||
|
||||
- name: Publish release notes
|
||||
uses: softprops/action-gh-release@v2.0.4
|
||||
uses: softprops/action-gh-release@v2.0.5
|
||||
with:
|
||||
tag_name: 10.8/v${{ github.event.inputs.version }}
|
||||
name: v${{ github.event.inputs.version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user