Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
hhfrancois committed Sep 25, 2023
1 parent 2dad756 commit c88a798
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Publish hhangular/store to NPM
run-name: ${{ github.actor }} run build on ${{ github.repository }}
on:
push:
tags: '*'
tags:
- v1.**
jobs:
build-angular-lib:
publish-angular-lib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hhangular/store",
"version": "1.16.2",
"version": "1.16.1",
"author": "Achache francois",
"license": "MIT",
"description": "store module for angular 16x by hhfrancois",
Expand Down

0 comments on commit c88a798

Please sign in to comment.