Skip to content

Commit dd4d630

Browse files
committed
pre release test
1 parent a6fd624 commit dd4d630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DataMiner+CI+Automation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
with:
80-
tag_name: ${{ github.ref }}
81-
release_name: ${{ github.ref }}
80+
tag_name: ${{ secrets.REF_NAME }}
81+
release_name: ${{ secrets.REF_NAME }}
8282
body_path: ${{ steps.changelog_check.outputs.changelog_file }}
8383
draft: false
8484
prerelease: ${{ steps.release_check.outputs.prerelease == 'true' }}

0 commit comments

Comments
 (0)