Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberedCake authored Jun 27, 2022
1 parent 56fffa2 commit 0d414ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ jobs:
uses: gradle/[email protected]
with:
gradle-version: release-candidate
- name: Build & Publish Gradle
- name: Build Gradle
uses: gradle/[email protected]
with:
arguments: build publish --stacktrace
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
arguments: build --stacktrace
- name: Read Version
id: version
uses: christian-draeger/[email protected]
Expand Down

0 comments on commit 0d414ca

Please sign in to comment.