Skip to content

Commit

Permalink
fix: typo in branch-name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Sep 27, 2024
1 parent 93531a6 commit 8e05321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
THDK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if [[ "${{ steps.git.outputs.branch_name }}" == "main" ]]; then
if [[ "${{ steps.git.outputs.branch-name }}" == "main" ]]; then
npx nx release --skip-publish --verbose
else
npx nx release version --preid ${{ steps.git.outputs.commit-sha-short }} --no-git-commit --no-git-tag --verbose
Expand Down

0 comments on commit 8e05321

Please sign in to comment.