Skip to content

Commit

Permalink
Update release-v1 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Apr 18, 2024
1 parent 496171f commit 22c7309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'

# Validate branch
- name: Validate if in v1 branch
run: '[ "$GITHUB_REF_NAME" == "v1" ] || { echo "Not in v1: $GITHUB_REF_NAME"; exit 1; }'
- name: Checkout v1 branch
run: 'git checkout v1'

# Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit 22c7309

Please sign in to comment.