Skip to content

Commit

Permalink
Fix/ci
Browse files Browse the repository at this point in the history
* update ci to yarn

* bump version
  • Loading branch information
Bernix01 committed Feb 14, 2024
1 parent 0ed9a19 commit a006e72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 21
cache: 'npm'
- run: npm ci
- run: npm run build
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
# - run: npm test

publish-npm:
Expand All @@ -29,7 +29,7 @@ jobs:
with:
node-version: 21
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: yarn install --immutable
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-storage-supabase",
"version": "0.1.4",
"version": "0.1.5",
"description": "A plugin to store files in supabase.",
"author": "bernix01 <gbernal096@gmail.com>",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit a006e72

Please sign in to comment.