Skip to content

Commit

Permalink
build: reponame (#18)
Browse files Browse the repository at this point in the history
gotta usw this name?
  • Loading branch information
bmschmidt authored Nov 7, 2024
1 parent 25e799e commit 8471d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
node-version: '18'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci
Expand All @@ -30,7 +30,7 @@ jobs:
# Determine next version
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 //')
NEXT_VERSION=$(echo "$OUTPUT" | grep "chore(main): release atlas-stories-react" | sed 's/.*atlas-stories-react //')
echo "Next version: $NEXT_VERSION"
# Count existing pre-releases
Expand Down

0 comments on commit 8471d10

Please sign in to comment.