Skip to content

Commit

Permalink
Remove unnecesary step
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Aug 21, 2022
1 parent 68a5cb9 commit ce8093b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Disable signing
# Needed because: https://github.com/vanniktech/gradle-maven-publish-plugin/issues/383
run: echo "RELEASE_SIGNING_ENABLED=false" >>gradle.properties
- name: Check that the publish plugin works
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit ce8093b

Please sign in to comment.