Skip to content

Commit

Permalink
refactor: make public on npm (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesser authored Nov 7, 2024
1 parent c17c441 commit 1823b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Determine next version and update package.json
run: |
# Determine next version
OUTPUT=$(release-please release-pr --dry-run --token=${{ secrets.GITHUB_TOKEN }} --repo-url=${{ github.repository }} --default-branch=main)
OUTPUT=$(release-please release-pr --dry-run --token=${{ secrets.GITHUB_TOKEN }} --repo-url=${{ github.repository }} --target-branch=main)
echo "release-please output: $OUTPUT"
NEXT_VERSION=$(echo "$OUTPUT" | grep "chore(main): release atlas" | sed 's/.*atlas //')
echo "Next version: $NEXT_VERSION"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@nomic-ai/atlas-stories-react",
"private": true,
"version": "0.1.1",
"type": "module",
"module": "./dist/atlas-stories-react.js",
Expand Down

0 comments on commit 1823b35

Please sign in to comment.