Skip to content

Commit

Permalink
Updated the package json file and GHA release config
Browse files Browse the repository at this point in the history
  • Loading branch information
JUGG097 committed Jun 30, 2023
1 parent 3f2d6e1 commit 1c89302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
release:
types: [created]
types: [published]
jobs:
release:
runs-on: ubuntu-latest
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": "retrievetokens",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple package for interacting with web client storages like `localStorage`",
"source": "src/index.ts",
"exports": {
Expand Down

0 comments on commit 1c89302

Please sign in to comment.