Skip to content

Commit

Permalink
ci: try to sign artifacts in the workflow by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Feb 8, 2022
1 parent e85f5ad commit 8cfe4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'
- run: |
./gradlew build ${SONAR_TOKEN:+sonarqube}
./gradlew build sign ${SONAR_TOKEN:+sonarqube}
npm ci
npx semantic-release
env:
Expand Down

0 comments on commit 8cfe4f5

Please sign in to comment.