Skip to content

Commit

Permalink
templates fix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoktashev committed Sep 26, 2023
1 parent a709515 commit 8867080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- run: yarn
- run: yarn build
- run: cp ./{package.json,LICENSE,README.md,index.js} dist/
- run: cp ./src/project/usecases/templates dist/project/usecases/templates
- uses: JS-DevTools/npm-publish@v1
with:
package: ./dist/package.json
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": "@steroidsjs/gii-fs",
"version": "0.0.6",
"version": "0.0.7",
"description": "FS Developer Server",
"author": "Vladimir Kozhin <hello@kozhindev.com>",
"repository": {
Expand Down

0 comments on commit 8867080

Please sign in to comment.