Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
liustve committed Jan 31, 2025
1 parent 1cd2a88 commit c16a0e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,13 @@ jobs:
with:
name: layer.tf
path: layer.tf
- name: Checkout Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Get commit hash
id: commit
run: |
echo "sha_short=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_OUTPUT
- name: Create Release Notes
working-directory: ${{ env.LAYER_NAME }}
run: |
echo "Release AWSOpenTelemetryDistroJs Lambda Layer" > release_notes.md
echo "" >> release_notes.md
Expand Down

0 comments on commit c16a0e9

Please sign in to comment.