Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli committed Feb 3, 2023
1 parent 4c5a795 commit 1615285
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
uses: gradle/gradle-build-action@v2
id: build
env:
MAVEN_URL: ${{ env.MAVEN_URL }}
MAVEN_USER: ${{ env.MAVEN_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
RELEASE_TYPE: snapshot
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
uses: gradle/gradle-build-action@v2
id: build
env:
MAVEN_URL: ${{ env.MAVEN_URL }}
MAVEN_USER: ${{ env.MAVEN_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
RELEASE_TYPE: release
with:
Expand Down

0 comments on commit 1615285

Please sign in to comment.