Skip to content

Commit

Permalink
DEPLOY: try to fix FORCED_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jan 3, 2024
1 parent cf5f788 commit 73c480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
env:
CI: true
FORCED_VERSION: ${{ inputs.print_tags || github.ref }}
FORCED_VERSION: ${{ inputs.forced_version || github.ref }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPEUSERNAME }}
Expand Down

0 comments on commit 73c480a

Please sign in to comment.