Skip to content

Updates needed to run plc4x 0.13 #3

Updates needed to run plc4x 0.13

Updates needed to run plc4x 0.13 #3

Workflow file for this run

name: Build pull request
on:
pull_request:
branches: [ "master" ]
jobs:
build:
permissions:
checks: write
contents: read
uses: 'connectorio/gh-actions-shared/.github/workflows/maven.yml@master'
secrets:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
with:
openhab: false
server_id: sonatype-nexus-snapshots
additional_profiles: apache,connectorio
deploy: true
skip_test_publish: true