We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c4a2c commit b79b6cbCopy full SHA for b79b6cb
.github/workflows/pr.yml
@@ -17,4 +17,5 @@ jobs:
17
openhab: false
18
server_id: thing4-snapshots
19
deploy: true
20
- skip_test_publish: true
+ skip_test_publish: true
21
+ additional_profiles: 'thing4,openhab'
.github/workflows/push.yml
.github/workflows/release.yml
@@ -35,4 +35,5 @@ jobs:
35
release_version: ${{ inputs.release_version }}
36
development_version: ${{ inputs.development_version }}
37
perform_version: ${{ inputs.perform_version }}
38
- dry_run: ${{ inputs.dry_run }}
+ dry_run: ${{ inputs.dry_run }}
39
0 commit comments