Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed May 8, 2024
1 parent 1af5761 commit 5eacb47
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on:
push:
branches:
- main
- beta
- releases/beta

permissions:
contents: read
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
Expand Down Expand Up @@ -37,8 +36,12 @@ jobs:
run: yarn
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
- name: Publish
uses: changesets/action@v1
with:
title: 'release: version packages'
commit: 'release: version packages'
publish: yarn publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn semantic-release

0 comments on commit 5eacb47

Please sign in to comment.