Skip to content

Commit

Permalink
fix(release): rename artifact with intellij-biome- instead Biome-
Browse files Browse the repository at this point in the history
… prefix (#81)
  • Loading branch information
bc-m authored Aug 23, 2024
1 parent b88eaef commit b290a29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b290a29

Please sign in to comment.