We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6425f commit 0f48f3dCopy full SHA for 0f48f3d
.github/workflows/gradle-publish.yml
@@ -32,14 +32,14 @@ jobs:
32
- name: Build with Gradle
33
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
34
with:
35
- arguments: -Prelease.useLastTag=true build
+ arguments: build
36
37
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
38
# the publishing section of your build.gradle
39
- name: Publish to GitHub Packages
40
41
42
- arguments: -Prelease.useLastTag=true publish
+ arguments: publish
43
env:
44
USERNAME: ${{ github.actor }}
45
TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments