Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 25, 2024
1 parent 72710df commit 42a5aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
cancel-in-progress: true

jobs:
pre_check:
Expand Down
2 changes: 1 addition & 1 deletion scripts/registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ publish() {
cat packages/*/package.json

yarn --version
yarn install
yarn install --verbose
yarn build
git commit --allow-empty -am "chore: prepare for publishing"

Expand Down

0 comments on commit 42a5aad

Please sign in to comment.