Skip to content

Commit

Permalink
chore(deps): Update softprops/action-gh-release action to v2 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent bba566e commit ef9c9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
commit-message: "Publishing javadoc for ${{ github.repository }} ${{ env.VERSION }}"
- name: Publish configurate-tool as release artifact
if: "${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
tool/build/distributions/tool-${{ env.VERSION }}.tar.gz
Expand Down

0 comments on commit ef9c9da

Please sign in to comment.