Skip to content

Commit

Permalink
L-168 Fix autotagging prefix (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz authored Oct 4, 2023
1 parent f5b02e2 commit a47900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Create release on Github
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tagger.outputs.new-tag }}
tag: "v${{ steps.tagger.outputs.new-tag }}"
artifacts: build/logtail-aws-lambda.zip

0 comments on commit a47900d

Please sign in to comment.