Skip to content

Commit

Permalink
feat: adjust github action for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
michelonsouza committed Nov 8, 2023
1 parent 90adf25 commit 744cbe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: npm published

on:
push:
branches:
- main
release:
types: [created]

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": "encrypt-storage",
"version": "2.12.20",
"version": "2.12.21",
"description": "Wrapper for encrypted localStorage and sessionStorage in browser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 744cbe7

Please sign in to comment.