Skip to content

Commit

Permalink
feat: create release after publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Jan 13, 2025
1 parent aa0c755 commit 7fafcc5
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 91 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build packages
run: pnpm run build

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand All @@ -47,6 +44,7 @@ jobs:
setupGitUser: false
title: "feat: prepare release"
commit: "feat: prepare release"
createGithubReleases: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 7fafcc5

Please sign in to comment.