Skip to content

Commit bf446f3

Browse files
committed
Experiment with dist
1 parent 3f532f6 commit bf446f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: yarn install && yarn build
2929
- name: Upload distribution
30-
if: startsWith(github.ref, 'refs/tags/')
30+
#if: startsWith(github.ref, 'refs/tags/')
3131
uses: actions/upload-artifact@v1
3232
with:
3333
name: ${{ github.job }}
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: yarn install && yarn build
5050
- name: Upload distribution
51-
if: startsWith(github.ref, 'refs/tags/')
51+
#if: startsWith(github.ref, 'refs/tags/')
5252
uses: actions/upload-artifact@v1
5353
with:
5454
name: ${{ github.job }}
@@ -59,7 +59,7 @@ jobs:
5959
container: node:12
6060
env:
6161
lambda_name: scale-runners
62-
lambda_path: modules/scale-runners/lambdas/scale-runners
62+
lambda_path: modules/runners/lambdas/scale-runners
6363
defaults:
6464
run:
6565
working-directory: ${{ env.lambda_path }}
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install dependencies
6969
run: yarn install && yarn build
7070
- name: Upload distribution
71-
if: startsWith(github.ref, 'refs/tags/')
71+
#if: startsWith(github.ref, 'refs/tags/')
7272
uses: actions/upload-artifact@v1
7373
with:
7474
name: ${{ github.job }}

0 commit comments

Comments
 (0)