Skip to content

Commit

Permalink
ci: rename release, ensure package is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 9, 2024
1 parent 608b38a commit fac0669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
run: |
TAG=${{ steps.release.outputs.tag_name }}
gh release upload ${{ steps.release.outputs.tag_name }} .out/$TAG/*
gh release edit ${{ steps.release.outputs.tag_name }} -t ${{ steps.release.outputs.tag_name }}
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"release-type": "simple",
"packages": {
".": {
"package-name": "biome-pkl",
"package-name": "pkl-biome",
"include-v-in-tag": false,
"tag-separator": "@"
}
Expand Down

0 comments on commit fac0669

Please sign in to comment.