Skip to content

Commit

Permalink
chore: release from alpha branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 17, 2024
1 parent 8cca1ad commit 6ddf7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- beta
- main
- alpha

permissions:
contents: read # for checkout
Expand Down Expand Up @@ -41,4 +42,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
TAG="$(${{ github.ref_name == 'main' }} && echo 'latest' || echo '${{ github.ref_name }}')"
RELEASE_TAG=$TAG npx semantic-release
RELEASE_TAG=$TAG npx semantic-release --dry-run

0 comments on commit 6ddf7a0

Please sign in to comment.