We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fc4c6 commit 7521e86Copy full SHA for 7521e86
1 file changed
.github/workflows/upload.yml
@@ -37,5 +37,5 @@ jobs:
37
stelaris.cli.username: 'stelaris-bot'
38
stelaris.cli.password: ${{ secrets.DART_REPO_TOKEN }}
39
stelaris.cli.cloneUrl: https://github.com/${{ secrets.TARGET_REPOSITORY }}.git
40
- run: java -jar build/libs/stelaris-cli-*.jar generate-dart --output ./dart-output --version ${{ steps.parse_version.outputs.VERSION }}
+ run: java -jar build/libs/stelaris-cli.jar -version ${{ env.VERSION }} -type git -experimental
41
0 commit comments