Skip to content

Commit 8ff7c0f

Browse files
Update release.yml
1 parent ffac90b commit 8ff7c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: env.FILES_CHANGED == 'false'
5656
run: |
5757
echo "No relevant changes detected. Stopping workflow."
58-
exit 0
58+
# exit 0 # commenting this out to debug
5959
6060
# Extract version from AssemblyInfo.cs and create a tag
6161
- name: Extract version from AssemblyInfo.cs and create a tag

0 commit comments

Comments
 (0)