Skip to content

Commit 349e0f1

Browse files
Bump softprops/action-gh-release from 2 to 3 (#19)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c793881 commit 349e0f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: zip -r p4-plan-mcp-${{ github.event.release.tag_name }}.zip dist/ skills/ package.json package-lock.json LICENSE.txt README.md THIRD-PARTY-NOTICES.txt
3838

3939
- name: Upload release asset
40-
uses: softprops/action-gh-release@v2
40+
uses: softprops/action-gh-release@v3
4141
with:
4242
files: p4-plan-mcp-${{ github.event.release.tag_name }}.zip
4343

0 commit comments

Comments
 (0)