Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
add release flow, make publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mashiike committed Jul 16, 2020
1 parent 5646617 commit 6833363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ jobs:
asset_path: ./export/bash-lambda-layer.zip
asset_name: bash-lambda-layer.zip
asset_content_type: application/zip
- name: Publish
run: |
make publish
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 6833363

Please sign in to comment.