Skip to content

Commit

Permalink
Add additional fields; fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rounak Datta committed Aug 8, 2023
1 parent f9c973e commit 3102d4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_cli_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
arguments: assemble
env:
JRELEASER_PROJECT_VERSION: ${{ needs.precheck.outputs.VERSION }}
JRELEASER_PROJECT_VERSION: ${{ github.ref_name }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JRELEASER_PLATFORM_OVERRIDE: ${{ matrix.job.jreleaser_platform }}

Expand Down
4 changes: 4 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ project:
description: cmdk is the command line client to interact with the CommandK platform
links:
homepage: https://github.com/commandk-dev/cli
authors:
- Rahul Jain
copyright: CommandK, Inc
website: https://commandk.dev
java:
groupId: dev.commandk
version: 17
Expand Down

0 comments on commit 3102d4a

Please sign in to comment.