3 Commits

Author SHA1 Message Date
c4243559af Update package.json
All checks were successful
Build / Build NPM Project (push) Successful in 17s
Build / Tag Version (push) Successful in 3s
Build / Publish (push) Successful in 5s
2024-01-21 18:44:22 +00:00
3acf365bad Update .github/workflows/build.yaml
Some checks failed
Build / Tag Version (push) Blocked by required conditions
Build / Publish (push) Blocked by required conditions
Build / Build NPM Project (push) Has been cancelled
2024-01-21 18:44:09 +00:00
0a82787e6d Update .github/workflows/build.yaml 2024-01-21 18:43:42 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,7 @@ jobs:
- name: Cache Artifacts
uses: ztimson/actions/cache@develop
with:
key: dist
pattern: dist
tag:
name: Tag Version
@ -74,6 +75,8 @@ jobs:
- name: Restore Artifacts
uses: ztimson/actions/cache/restore@develop
with:
key: dist
- name: Upload to Registry
uses: ztimson/actions/npm/publish@develop

View File

@ -1,6 +1,6 @@
{
"name": "var-persist",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sync variables with the local/session storage using proxy objects & decorators",
"repository": {
"type": "git",