We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ab244 commit e08736eCopy full SHA for e08736e
1 file changed
.github/workflows/build-and-release-acs-chat-adapter.yaml
@@ -81,7 +81,7 @@ jobs:
81
env:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
with:
84
- tag_name: $RELEASE_NAME
+ tag_name: ${{ env.RELEASE_NAME }}
85
release_name: Continuous integration (${{ github.ref }})
86
body: |
87
This release will be updated on every push. **Please do not use this build in production environment.**
0 commit comments