Skip to content

Commit 6553a85

Browse files
Set version command
1 parent 76cf037 commit 6553a85

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-java.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
workflow: "build-libs.yml"
3737
path: ./libs
3838
branch: main
39+
- uses: trinsic-id/[email protected]
40+
id: setversion
41+
with:
42+
githubToken: ${{ secrets.API_GITHUB_TOKEN }}
43+
overrideVersion: ${{ github.event.inputs.packageVersion }}
3944
- name: Publish package
4045
run: |
4146
python ../devops/build_sdks.py --package-version=${{ github.event.inputs.packageVersion }}

0 commit comments

Comments
 (0)