Skip to content

Commit b90dda3

Browse files
authored
Merge pull request #1106 from JeffersonLab/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents 5ab71eb + 3479740 commit b90dda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Make Github release
149149
id: github_release
150150
if: ${{ !inputs.dry_run }}
151-
uses: softprops/action-gh-release@v1
151+
uses: softprops/action-gh-release@v2
152152
with:
153153
tag_name: ${{ github.event.repository.name }}-${{ env.MAVEN_RELEASE_VERSION }}
154154
name: ${{ github.event.repository.name }} ${{ env.MAVEN_RELEASE_VERSION }}

0 commit comments

Comments
 (0)