Skip to content

Commit

Permalink
fix(release-it-config): regression (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 18, 2024
1 parent a8ea667 commit d9b4dfa
Show file tree
Hide file tree
Showing 5 changed files with 2,457 additions and 4,225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:

env:
JOBS_NAME: '[ "ci" ]'
JOBS_NAME: '[ "ci", "release-it-check" ]'

jobs:
setup:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,22 @@ jobs:
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

release-it-check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
- uses: taiga-family/ci/actions/setup/[email protected]
- run: |
# prevent fatal: ref HEAD is not a symbolic ref
git checkout -f main
# node_modules is correct
# because installed before checkout main
npx release-it --dry-run --ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Loading

0 comments on commit d9b4dfa

Please sign in to comment.