Skip to content

Commit ef9c9da

Browse files
chore(deps): Update softprops/action-gh-release action to v2 (#498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bba566e commit ef9c9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
commit-message: "Publishing javadoc for ${{ github.repository }} ${{ env.VERSION }}"
109109
- name: Publish configurate-tool as release artifact
110110
if: "${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
111-
uses: softprops/action-gh-release@v1
111+
uses: softprops/action-gh-release@v2
112112
with:
113113
files: |
114114
tool/build/distributions/tool-${{ env.VERSION }}.tar.gz

0 commit comments

Comments
 (0)