We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba01c0 commit ce711b8Copy full SHA for ce711b8
.github/workflows/deploy-api-lambda-staging.yml
@@ -13,4 +13,4 @@ jobs:
13
uses: ./.github/workflows/deploy-api-lambda.yml
14
with:
15
environment: staging
16
- ref: ${{ github.event.release.tag_name }}
+ ref: refs/tags/${{ github.event.release.tag_name }}
0 commit comments