We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3014b commit fa1725cCopy full SHA for fa1725c
.github/workflows/release.yml
@@ -12,7 +12,7 @@ on:
12
# - "modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/**"
13
14
jobs:
15
- Release build:
+ release:
16
name: Build runners distribution
17
runs-on: ubuntu-latest
18
container: node:12
@@ -46,7 +46,6 @@ jobs:
46
working-directory: modules/webhook/lambdas/webhook
47
run: yarn install && yarn dist
48
- name: Lambda webhook - Upload asset
49
- id: upload-release-asset
50
uses: actions/upload-release-asset@v1
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments