Skip to content

Commit

Permalink
Merge pull request #8 from LinX64/refactor/fixing-release-issue
Browse files Browse the repository at this point in the history
Fixing release job
  • Loading branch information
LinX64 authored Apr 4, 2024
2 parents d3a00d6 + 2b005d9 commit d5c6e4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSWORD }}
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
RELEASE_VERSION: ${{ github.event.inputs.release-version }}

- name: 🔨Assemble
if: always() && (github.event.inputs.should-publish == 'true')
Expand All @@ -70,5 +71,5 @@ jobs:
--generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
tag: v${{ github.event.inputs.release-version }}
RELEASE_VERSION: ${{ github.event.inputs.release-version }}

0 comments on commit d5c6e4d

Please sign in to comment.