We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff7c0f commit a1af436Copy full SHA for a1af436
1 file changed
.github/workflows/release.yml
@@ -51,10 +51,10 @@ jobs:
51
fi
52
53
# 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."
+ # - name: Stop workflow if no changes detected
+ # if: env.FILES_CHANGED == 'false'
+ # run: |
+ # echo "No relevant changes detected. Stopping workflow."
58
# exit 0 # commenting this out to debug
59
60
# Extract version from AssemblyInfo.cs and create a tag
0 commit comments