We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba566e commit ef9c9daCopy full SHA for ef9c9da
.github/workflows/test-build.yml
@@ -108,7 +108,7 @@ jobs:
108
commit-message: "Publishing javadoc for ${{ github.repository }} ${{ env.VERSION }}"
109
- name: Publish configurate-tool as release artifact
110
if: "${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
111
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
112
with:
113
files: |
114
tool/build/distributions/tool-${{ env.VERSION }}.tar.gz
0 commit comments