Skip to content

Commit

Permalink
Adjust workflow definition.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
  • Loading branch information
splatch committed Feb 5, 2024
1 parent 4f4f3b8 commit 5fb9980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
with:
openhab: false
openhab: true
server_id: thing4-snapshots
deploy: true
additional_profiles: 'thing4,openhab'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -30,10 +30,10 @@ jobs:
CI_RELEASE_USERNAME: ${{ secrets.CI_RELEASE_USERNAME }}
CI_RELEASE_PASSWORD: ${{ secrets.CI_RELEASE_PASSWORD }}
with:
openhab: false
openhab: true
server_id: 'sonatype-nexus-staging-s01'
release_version: ${{ inputs.release_version }}
development_version: ${{ inputs.development_version }}
perform_version: ${{ inputs.perform_version }}
dry_run: ${{ inputs.dry_run }}
additional_profiles: 'thing4,openhab'
additional_profiles: 'thing4,openhab'

0 comments on commit 5fb9980

Please sign in to comment.