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 442f47f commit b3d129d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

# Show package.json
- name: Show package.json
run: 'cat package.json'

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

0 comments on commit b3d129d

Please sign in to comment.