Skip to content

Commit a1af436

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ 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."
54+
# - name: Stop workflow if no changes detected
55+
# if: env.FILES_CHANGED == 'false'
56+
# run: |
57+
# echo "No relevant changes detected. Stopping workflow."
5858
# exit 0 # commenting this out to debug
5959

6060
# Extract version from AssemblyInfo.cs and create a tag

0 commit comments

Comments
 (0)