We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffac90b commit 8ff7c0fCopy full SHA for 8ff7c0f
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
if: env.FILES_CHANGED == 'false'
56
run: |
57
echo "No relevant changes detected. Stopping workflow."
58
- exit 0
+ # exit 0 # commenting this out to debug
59
60
# Extract version from AssemblyInfo.cs and create a tag
61
- name: Extract version from AssemblyInfo.cs and create a tag
0 commit comments