Skip to content

Commit

Permalink
chore(npm): release
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb-L committed Aug 5, 2021
1 parent b170f99 commit 5e81b13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Docs

on:
push:
branches: [ main ]
release:
types: [published]

jobs:
docs:
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- run: yarn
- run: yarn lint
- run: yarn build

- name: Publish 🚀
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

- run: git push
- run: yarn publish
env:
github-token: ${{ secrets.GITHUB_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": "pinia-plugin-persist",
"version": "0.0.1",
"version": "0.0.4",
"description": "Persist pinia state data in sessionStorage or other storages.",
"main": "dist/pinia-plugin-persist.js",
"module": "dist/pinia-plugin-persist.esm.js",
Expand Down

0 comments on commit 5e81b13

Please sign in to comment.