Skip to content

Commit

Permalink
fix: retry exec plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
triplem committed Dec 22, 2024
1 parent f87b949 commit 82a5f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,10 @@ jobs:
uses: codfish/semantic-release-action@v3
with:
plugins: |
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github']
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github', '@semantic-release/execª]
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build with Gradle Wrapper
if: steps.semantic.outputs.new-release-published == 'true'

run: |
./gradlew clean assemble
./gradlew publish --no-configuration-cache -Pversion=$RELEASE_VERSION
env:
tag: v$RELEASE_VERSION
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNININMEMORYKEY }}

dependency-submission:
Expand Down
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
export revnumber=$1
echo "revnumber=$1" >> $GITHUB_ENV

export ORG_GRADLE_PROJECT_signingInMemoryKey=$ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEY
echo "public secret=$ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEY"
./gradlew clean assemble
./gradlew -Pversion=$1 publish --no-configuration-cache

0 comments on commit 82a5f92

Please sign in to comment.