Skip to content

Commit

Permalink
add changeset version check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs committed Nov 21, 2024
1 parent fd5d3d0 commit 401fdfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ on:
push:
branches:
- main
- add-changeset-version-check

permissions:
pull-requests: write
contents: write

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_node_lint_test.yml@v0.11.0
uses: babylonlabs-io/.github/.github/workflows/reusable_node_lint_test.yml@add-changeset-version-check
secrets: inherit
with:
run-build: true
run-unit-tests: false
run-changesets: true
run-changesets-version-check: true
publish: ${{ github.event_name == 'workflow_dispatch' }}
publish-command: |
npm run release

check_version_change:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 401fdfa

Please sign in to comment.