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 c2850f4 commit 36b01e6Copy full SHA for 36b01e6
.github/workflows/ci.yml
@@ -134,9 +134,9 @@ jobs:
134
if: ${{ env.IS_SNAPSHOT_VERSION == 'false' }}
135
with:
136
repo_token: ${{ secrets.GITHUB_TOKEN }}
137
- automatic_release_tag: $VERSION_NAME
+ automatic_release_tag: ${{ env.VERSION_NAME }}
138
prerelease: false
139
- title: $VERSION_NAME
+ title: ${{ env.VERSION_NAME }}
140
files: |
141
LICENSE
142
core/build/libs/*.*
0 commit comments