File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 -Pgpr.token=${{ secrets.GITHUB_TOKEN }}
2424 - name : Get the version
2525 id : get_version
26- run : echo ::set-output name= VERSION:: ${GITHUB_REF#refs/tags/}
26+ run : echo " VERSION= ${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
2727 - name : Simple conventional changelog
2828 uses : redhat-developer/simple-conventional-changelog@0a6db1ac3910c2cf66f2e1a530951dba1ece8540 # 0.0.12
2929 id : changelog
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4848 with :
4949 upload_url : ${{ steps.create_release.outputs.upload_url }}
50- asset_path : ' ${{ github.workspace }}/build/distributions/org.jboss.tools. intellij. analytics-${{ steps.get_version.outputs.VERSION }}.zip'
50+ asset_path : ' ${{ github.workspace }}/build/distributions/intellij-dependency- analytics-${{ steps.get_version.outputs.VERSION }}.zip'
5151 asset_name : ' Dependency-Analytics-${{ steps.get_version.outputs.VERSION }}.zip'
5252 asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments