Skip to content

Commit

Permalink
Bump publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrRubin committed Oct 14, 2022
1 parent 6f57ea9 commit 4ba0685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- uses: c-hive/gha-yarn-cache@v1
cache: 'yarn'
- run: yarn
- run: yarn build
- run: npm publish
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": "svelte-webext-stores",
"version": "0.0.12",
"version": "0.0.13",
"description": "Svelte stores that synchronizes to WebExtension storage.",
"keywords": [
"svelte",
Expand Down

0 comments on commit 4ba0685

Please sign in to comment.