Skip to content

Commit 1ee0275

Browse files
2 parents 3f17c99 + a1af436 commit 1ee0275

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
fi
5252
5353
# Stop workflow if no changes detected
54-
- name: Stop workflow if no changes detected
55-
if: env.FILES_CHANGED == 'false'
56-
run: |
57-
echo "No relevant changes detected. Stopping workflow."
58-
exit 0
54+
# - name: Stop workflow if no changes detected
55+
# if: env.FILES_CHANGED == 'false'
56+
# run: |
57+
# echo "No relevant changes detected. Stopping workflow."
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)