We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fd624 commit dd4d630Copy full SHA for dd4d630
.github/workflows/DataMiner+CI+Automation.yml
@@ -77,8 +77,8 @@ jobs:
77
env:
78
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79
with:
80
- tag_name: ${{ github.ref }}
81
- release_name: ${{ github.ref }}
+ tag_name: ${{ secrets.REF_NAME }}
+ release_name: ${{ secrets.REF_NAME }}
82
body_path: ${{ steps.changelog_check.outputs.changelog_file }}
83
draft: false
84
prerelease: ${{ steps.release_check.outputs.prerelease == 'true' }}
0 commit comments