Skip to content

Commit

Permalink
Merge pull request #12 from riege/renovate/softprops-action-gh-releas…
Browse files Browse the repository at this point in the history
…e-2.x

Update softprops/action-gh-release action to v2
  • Loading branch information
kSchmengler authored Oct 29, 2024
2 parents 5b3235e + f8e1c40 commit eb3b67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ./gradlew -Pversion=${{ steps.get_version.outputs.version-without-v }} jar sourcesJar

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

0 comments on commit eb3b67f

Please sign in to comment.