Skip to content

Commit 36f2a09

Browse files
Bump softprops/action-gh-release from 2 to 3 (#166)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent affa965 commit 36f2a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Attach files
9898
if: inputs.event_name == 'release'
99-
uses: softprops/action-gh-release@v2
99+
uses: softprops/action-gh-release@v3
100100
with:
101101
tag_name: "${{ inputs.version }}"
102102
files: artifacts/*

0 commit comments

Comments
 (0)