We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f17c99 + a1af436 commit 1ee0275Copy full SHA for 1ee0275
.github/workflows/release.yml
@@ -51,11 +51,11 @@ 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."
58
- exit 0
+ # - name: Stop workflow if no changes detected
+ # if: env.FILES_CHANGED == 'false'
+ # run: |
+ # echo "No relevant changes detected. Stopping workflow."
+ # 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