Skip to content

Commit

Permalink
Refine release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
icodesign committed Jul 21, 2024
1 parent cf3b780 commit 1a15e7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Create and publish versions
uses: changesets/action@v1
with:
commit: 'CI: Version Packages'
title: 'CI: Version Packages'
publish: pnpm publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.pnpm-store
.npmrc

# Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node

Expand Down

0 comments on commit 1a15e7b

Please sign in to comment.