Skip to content

Commit

Permalink
fix: check commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Apr 18, 2024
1 parent 3bb6d85 commit 5c275e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
| node -e "console.log(require('fs').readFileSync(0, 'utf-8').match(/The next release version is (\d+\.\d+\.\d+)/)?.[1] ?? '')")
echo "::set-output name=version::$NEXT_VERSION"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: 🔨 Build Package
if: steps.extract-version.outputs.version != ''
Expand Down

0 comments on commit 5c275e9

Please sign in to comment.