Skip to content

Commit eb3b67f

Browse files
authored
Merge pull request #12 from riege/renovate/softprops-action-gh-release-2.x
Update softprops/action-gh-release action to v2
2 parents 5b3235e + f8e1c40 commit eb3b67f

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
@@ -32,7 +32,7 @@ jobs:
3232
run: ./gradlew -Pversion=${{ steps.get_version.outputs.version-without-v }} jar sourcesJar
3333

3434
- name: Release without Changelog
35-
uses: softprops/action-gh-release@v1
35+
uses: softprops/action-gh-release@v2
3636
with:
3737
name: ONE.Record Ontology-Model Library ${{ steps.get_version.outputs.version-without-v }}
3838
files: |

0 commit comments

Comments
 (0)