Compare commits

...

2 Commits

Author SHA1 Message Date
Chen Asraf
8b22e96329 try new release version 2021-11-18 14:19:50 +02:00
Chen Asraf
53c0842ab8 fixed release tarball file location 2021-11-18 14:18:18 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
node-version: "12.x"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: cd ./dist && yarn pack dist/ --filename=../release.tgz
- run: cd ./dist && yarn pack --filename=../release.tgz
- uses: Klemensas/action-autotag@stable
id: update_tag
with:

View File

@@ -14,7 +14,7 @@ jobs:
node-version: "12.x"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: cd ./dist && yarn pack dist/ --filename=../release.tgz
- run: cd ./dist && yarn pack --filename=../release.tgz
- uses: Klemensas/action-autotag@stable
id: update_tag
with:

View File

@@ -1,6 +1,6 @@
{
"name": "simple-scaffold",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Create files based on templates",
"repository": "https://github.com/chenasraf/simple-scaffold.git",
"author": "Chen Asraf <inbox@casraf.com>",