Skip to content

Commit

Permalink
fix(release): create new release (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Aug 24, 2023
1 parent 2d98490 commit 216ed54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: git reset --hard ${{ steps.get_latest_tag.outputs.tag }}

- name: Install Dependencies
run: pnpm install
run: pnpm install --filter astro-portabletext

- name: Publish
run: pnpm publish --filter astro-portabletext --no-git-checks
6 changes: 4 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
"plugins": ["node-workspace"],
"packages": {
"astro-portabletext": {
"component": "astro-portabletext"
"component": "astro-portabletext",
"release-as": "0.9.3"
},
"demo": {
"component": "demo"
"component": "demo",
"release-as": "0.0.5"
}
}
}

0 comments on commit 216ed54

Please sign in to comment.