Skip to content

Commit

Permalink
fix(core): Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Dec 18, 2024
1 parent 9b878a4 commit c18b404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: 🔥 Setup corepack
run: |
corepack enable && corepack prepare [email protected] --activate
corepack enable
- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Create Release Pull Request or Publish to GitHub Packages 📦
uses: changesets/action@v1
with:
publish: yarn release
publish: pnpm release
commit: "ci(Release): version icons-pack/react-simple-icons"
title: "ci(Release): version icons-pack/react-simple-icons"
env:
Expand Down

0 comments on commit c18b404

Please sign in to comment.