Skip to content

Commit

Permalink
fix: issue with get version
Browse files Browse the repository at this point in the history
  • Loading branch information
grinish21 committed Sep 7, 2022
1 parent a6212d9 commit e7db7db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
echo "::set-output name=earlybird_next_version::$(npx -p @semantic-release/changelog -p @semantic-release/git -p [email protected] semantic-release --no-ci --dry-run | grep -oP 'The next release version is \K[0-9]+\.[0-9]+\.[0-9]+')"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print earlybird next version
run: echo " ${{ steps.getversion.outputs.earlybird_next_version }} "
build:
needs: get_next_version
name: Build
Expand Down

0 comments on commit e7db7db

Please sign in to comment.