Skip to content

Commit

Permalink
reverting :trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Apr 29, 2024
1 parent 1984ca6 commit e4dd96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
./gradlew publishPlugins -PforceSign=true
./gradlew publish -PforceSign=true
echo "Version: ${TAG_VERSION}" >> $GITHUB_STEP_SUMMARY
# ./gradlew publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}

0 comments on commit e4dd96c

Please sign in to comment.