Skip to content

Commit ce711b8

Browse files
authored
Update .github/workflows/deploy-api-lambda-staging.yml
1 parent dba01c0 commit ce711b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-api-lambda-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: ./.github/workflows/deploy-api-lambda.yml
1414
with:
1515
environment: staging
16-
ref: ${{ github.event.release.tag_name }}
16+
ref: refs/tags/${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)