Skip to content

Commit

Permalink
ci: update publish actions env.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Nov 4, 2023
1 parent 4a00f60 commit 8f8a137
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: publish
on:
release:
types: [ created ]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
publish:
name: Publish
Expand All @@ -12,19 +13,19 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 7.17.1
version: 8.7.6

- name: Install deps
run: pnpm install

- name: Build
run: pnpm run build --filter=@sira-ui/tailwind
run: pnpm build --filter=tailwind

# for npm README
- name: Copy README
Expand Down

1 comment on commit 8f8a137

@vercel
Copy link

@vercel vercel bot commented on 8f8a137 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.