Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
hhfrancois committed Sep 25, 2023
1 parent 1399085 commit 22ed886
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: |
git config user.name "hhfrancois"
git config user.email "francois.achache@gmail.com"
echo "GITHUB_ACTOR=$GITHUB_ACTOR"
echo "GITHUB_ACTOR_EMAIL=$GITHUB_ACTOR_EMAIL"
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR_EMAIL"
- run: npm version patch
- run: git push -u origin
- run: git push --tags
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.3",
"version": "1.16.2",
"author": "Achache francois",
"license": "MIT",
"description": "store module for angular 16x by hhfrancois",
Expand Down

0 comments on commit 22ed886

Please sign in to comment.