Skip to content

Commit

Permalink
chore: fix release GITHUB_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
tsangste committed Sep 12, 2024
1 parent ea92c53 commit 1edaed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
DIRS=$(find ./libs -maxdepth 1 -type d | grep -v "^./libs$" | grep -v "${{ inputs.package }}")
EXCLUDE_PATTERNS=$(echo "$DIRS" | sed 's|^./||; s|$|/**|' | tr '\n' ',' | sed 's/,$//')
GITHUB_REF=develop npx multi-semantic-release --ignore-packages=$EXCLUDE_PATTERNS
GITHUB_REF=master npx multi-semantic-release --ignore-packages=$EXCLUDE_PATTERNS
master_to_dev:
name: merge master into dev
needs:
Expand Down

0 comments on commit 1edaed1

Please sign in to comment.