Skip to content

Commit 7a3758c

Browse files
committed
dry run release
1 parent c14127b commit 7a3758c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/run-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@ jobs:
5252
RELEASE_BUCKET: ${{ secrets.RELEASE_BUCKET }}
5353
PUBLISHING_ROLE_ARN: ${{ secrets.PUBLISHING_ROLE_ARN }}
5454
run: |
55-
exit 1
5655
./scripts/release.sh
5756
5857
- name: Delete failed release tag
5958
if: ${{ failure() }}
6059
run: |
61-
exit 0
6260
git push --delete origin ${{ steps.resolve-version.outputs.NEW_VERSION }}

scripts/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fi
2929

3030
echo "releasing version $VERSION"
3131

32-
./gradlew -Prelease.version=$VERSION publishAllPublicationsToReleaseRepository
32+
exit 0
33+
#./gradlew -Prelease.version=$VERSION publishAllPublicationsToReleaseRepository
3334

3435

0 commit comments

Comments
 (0)