Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed May 29, 2024
1 parent c4ca572 commit ab337d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
GITHUB_REF=${{ github.head_ref }}
npx semantic-release --no-ci --dry-run --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator --branches ${{ github.head_ref }} > output.txt
REPORT=$(cat output.txt | base64 -w 0)
cat output.txt
# Extract version from report
VERSION=$(cat output.txt | grep "The next release version is" | node -e "console.log(require('fs').readFileSync(0, 'utf8').match(/[0-9]+\.[0-9\.]+/)?.[0] ?? '')")
Expand Down

0 comments on commit ab337d7

Please sign in to comment.