Skip to content

Commit dd41ade

Browse files
committed
Update workflow name
1 parent 19483eb commit dd41ade

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/on-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1010

1111
jobs:
12-
release:
12+
build-release:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
@@ -34,11 +34,6 @@ jobs:
3434
echo "AWSL_SRC_ZIP=${AWS_LAMBDA}/aws-lambda-src.zip" >> ${GITHUB_ENV}
3535
echo "AWSL_LAYER_ZIP=${AWS_LAMBDA}/aws-lambda-layer.zip" >> ${GITHUB_ENV}
3636
37-
- name: debug
38-
run: |
39-
echo "RELEASE_NAME=$RELEASE_NAME"
40-
echo "INTERSCRIPT_VERSION=$INTERSCRIPT_VERSION"
41-
4237
- name: build "interscript-api" source
4338
run: |
4439
gem install bundler

0 commit comments

Comments
 (0)