From b290a29e2bce0a115614943971a3677dc9acdb53 Mon Sep 17 00:00:00 2001 From: Malte Bastian <40334865+bc-m@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:59:15 +0200 Subject: [PATCH] fix(release): rename artifact with `intellij-biome-` instead `Biome-` prefix (#81) --- .github/workflows/publish.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 457c831..98a3ae6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -75,9 +75,6 @@ jobs: with: name: Biome-${{ needs.build.outputs.version }}.zip - - name: Display structure of downloaded files - run: ls -R - - name: Generate release notes id: release-notes uses: orhun/git-cliff-action@v2 @@ -91,7 +88,7 @@ jobs: run: tail -n +3 < CHANGES.md > RELEASE_NOTES.md - name: Rename artifact - run: mv "Biome-${{ needs.build.outputs.version }}.zip" biome.zip + run: mv "intellij-biome-${{ needs.build.outputs.version }}.zip" biome.zip - name: Publish extension to GitHub Releases uses: softprops/action-gh-release@v1