Skip to content

Commit

Permalink
config: Enable semantic release on quince branch
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Jan 23, 2024
1 parent f2c635c commit 5118d09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- quince
jobs:
release:
name: Release
Expand Down Expand Up @@ -33,7 +34,10 @@ jobs:
- name: Build
run: npm run build
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 16
tag_format: v${version}-${GITHUB_REF_NAME}
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 5118d09

Please sign in to comment.