Skip to content

Commit 2ba8a75

Browse files
committed
release action
1 parent 52f73f8 commit 2ba8a75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
mv $path $newpath
8989
echo "dmappPackageName=$newpath" >> $GITHUB_OUTPUT
9090
else
91+
exit 1
9192
echo "dmappPackageName=""" >> $GITHUB_OUTPUT
9293
fi
9394
@@ -100,8 +101,6 @@ jobs:
100101
101102
- name: Create Release
102103
uses: ncipollo/release-action@v1
103-
env:
104-
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
105104
with:
106105
name: ${{ github.ref_name }}
107106
bodyFile: ${{ steps.changelog_check.outputs.changelog_file }}

0 commit comments

Comments
 (0)