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 0e72861
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9.4.0
run_install: false

- name: Install Node.js
Expand All @@ -45,7 +45,9 @@ jobs:
- name: Create and publish versions
uses: changesets/action@v1
with:
publish: pnpm publish
commit: 'CI: Version Packages'
title: 'CI: Version Packages'
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
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 0e72861

Please sign in to comment.