Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 22, 2024
1 parent 9e87c8a commit 4df108d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on:
branches:
- dev
- next
# - main
- main
workflow_dispatch:

permissions:
contents: write
issues: write
deployments: write

jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
Expand Down Expand Up @@ -40,5 +45,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
GH_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: npx semantic-release

0 comments on commit 4df108d

Please sign in to comment.