Skip to content

Commit

Permalink
ci: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
palmcivet committed Aug 18, 2024
1 parent 011c032 commit 7c91144
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Install and build
run_install: false

- name: Install and Build
run: |
pnpm ci
pnpm build
- name: Release script
- pnpm ci
- pnpm build
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adjust-figma-toolbelt",
"version": "0.0.0",
"version": "1.0.1",
"private": true,
"author": "Palm Civet",
"repository": "https://github.com/palmcivet/adjust-figma-toolbelt",
Expand Down

0 comments on commit 7c91144

Please sign in to comment.