We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cf037 commit 6553a85Copy full SHA for 6553a85
1 file changed
.github/workflows/release-java.yml
@@ -36,6 +36,11 @@ jobs:
36
workflow: "build-libs.yml"
37
path: ./libs
38
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 }}
44
- name: Publish package
45
run: |
46
python ../devops/build_sdks.py --package-version=${{ github.event.inputs.packageVersion }}
0 commit comments