Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
fix(publish): third try
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingismagick committed Jan 24, 2020
1 parent d82f244 commit 34773ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Publish package
run: |
yarn
npm install -g yarn
yarn install
yarn rollup -c
npm ci
NODE_ENV=production npm publish --access public
env:
# Add to github settings/secrets
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": "@tauri-apps/curriedforage",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "enhanced localForage with curry and crypto - for any browser and device",
"main": "dist/index.cjs.min.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 34773ae

Please sign in to comment.