Skip to content

Commit

Permalink
fix: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Sep 15, 2024
1 parent c0021d9 commit 67cc617
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ permissions:
on:
workflow_dispatch:
inputs:
branch:
description: 'Select the branch to release from'
required: true
default: 'main'
type: choice
options:
- main
- develop
# Add more branches if necessary
rc:
description: 'Publish as a release candidate (RC)?'
required: true
Expand Down Expand Up @@ -70,6 +61,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
RELEASE_BRANCH: ${{ github.event.inputs.branch }}
RC: ${{ github.event.inputs.rc }}
run: npx semantic-release

0 comments on commit 67cc617

Please sign in to comment.