Skip to content

Commit 2e08a7d

Browse files
Push the release tag after tests and build
1 parent a26b7f0 commit 2e08a7d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
with:
5353
name: aws-lambda-rie
5454
path: bin/*
55+
- name: Push tag
56+
if: inputs.version != ''
57+
run: |
58+
git tag "${{ inputs.version }}" "$GITHUB_SHA"
59+
git push origin "${{ inputs.version }}"
60+
5561
- name: Release binaries
5662
uses: softprops/action-gh-release@v3
5763
if: startsWith(github.ref, 'refs/tags/') || inputs.version != ''

0 commit comments

Comments
 (0)