Skip to content

Commit

Permalink
ci: fix publish workflow
Browse files Browse the repository at this point in the history
Release-As: 0.3.2
  • Loading branch information
ocavue committed Jul 27, 2024
1 parent aef248d commit 6cc0f07
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
with:
node-version: ${{ inputs.node-version }}
cache: yarn
registry-url: 'https://registry.npmjs.org'

- name: Install
run: yarn install
Expand Down
19 changes: 19 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
yarn.lock
pnpm-lock.yaml
package-lock.json
CHANGELOG.md

.next
.cache
.DS_Store
.idea
*.log
*.tgz
coverage
dist
lib-cov
logs
node_modules
temp
dist-types
*.tsbuildinfo

0 comments on commit 6cc0f07

Please sign in to comment.