Skip to content

Commit 7a6d7f0

Browse files
Bump softprops/action-gh-release from 2 to 3 in the github-actions group
Bumps the github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b920f2 commit 7a6d7f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on:
1+
on:
22
push:
33
tags:
44
- '[0-9]+.[0-9]+.[0-9]+'
@@ -91,7 +91,7 @@ jobs:
9191
cd artifacts/module-base && zip -r ../OpenShock.Desktop.Module.Base.zip . && cd ../..
9292
9393
- name: Create draft release
94-
uses: softprops/action-gh-release@v2
94+
uses: softprops/action-gh-release@v3
9595
with:
9696
tag_name: ${{ github.ref_name }}
9797
name: ${{ github.ref_name }}

0 commit comments

Comments
 (0)