Skip to content

Commit d774e74

Browse files
committed
chore(ci): update deprecated feature and target file name
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 0c5abfd commit d774e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -47,6 +47,6 @@ jobs:
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

0 commit comments

Comments
 (0)