Skip to content

Commit

Permalink
fix(ci): set release.sh new folder
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Sep 20, 2024
1 parent b0923c5 commit 0dd3b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
if test "$GITHUB_REPOSITORY" = "rollbar/rollbar-java" -a "$GITHUB_BASE_REF" = ""; then
openssl enc -aes-256-cbc -K "$SECRING_GPG_KEY" -iv "$SECRING_GPG_IV" -in "$ENCRYPTED_GPG_KEY_LOCATION" -out "$GPG_KEY_LOCATION" -d
fi &&
./.github/release.sh
./.github/scripts/release.sh
- name: Cleanup Gradle cache
run: |
Expand Down

0 comments on commit 0dd3b31

Please sign in to comment.