Skip to content

Commit

Permalink
Add release workflow for logos package
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Feb 5, 2024
1 parent c4363d3 commit 14eb906
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
run: pnpm changeset version

- name: Changeset publish
- name: Create Release
if: steps.check_files.outputs.files_exists == 'true'
run: pnpm changeset publish
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release
commit: "ci: release logos package"
title: "ci: release logos package"

0 comments on commit 14eb906

Please sign in to comment.