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 0099843 commit 15e5445Copy full SHA for 15e5445
.github/workflows/release-go-functions.yaml
@@ -40,4 +40,4 @@ jobs:
40
cd functions/go
41
./publish-functions.sh
42
env:
43
- TAG: ${{ steps.branch_name.outputs.TAG_NAME }}
+ TAG: ${{ steps.get_version.outputs.TAG_NAME }}
0 commit comments