Skip to content

Commit fa1725c

Browse files
committed
Experiment with dist
1 parent ba3014b commit fa1725c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# - "modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/**"
1313

1414
jobs:
15-
Release build:
15+
release:
1616
name: Build runners distribution
1717
runs-on: ubuntu-latest
1818
container: node:12
@@ -46,7 +46,6 @@ jobs:
4646
working-directory: modules/webhook/lambdas/webhook
4747
run: yarn install && yarn dist
4848
- name: Lambda webhook - Upload asset
49-
id: upload-release-asset
5049
uses: actions/upload-release-asset@v1
5150
env:
5251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)