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.
1 parent 048647f commit 4e17233Copy full SHA for 4e17233
.github/workflows/release.yml
@@ -59,8 +59,6 @@ jobs:
59
git config --global user.name "DevCycle Automation"
60
git add ./build.gradle
61
git add ./src/main/java/com/devcycle/sdk/server/common/model/PlatformData.java
62
- git add ./example-cloud/build.gradle
63
- git add ./example-local/build.gradle
64
git add ./benchmark/pom.xml
65
git add ./README.md
66
git commit -m "Release ${{steps.prepare-release.outputs.next-release-tag}}"
0 commit comments