Skip to content

update to sdk 2405

update to sdk 2405 #10

Workflow file for this run

on:
push:
# Pattern matched against refs/tags
tags:
- '*'
jobs:
release-apax-lib:
uses: simatic-ax/actions/.github/workflows/apax-publish.yml@stable
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }}
with:
VERSION: ${{ github.ref_name }} # package version which will be created
RUN_BUILD: false # execute `apax build in the workflow` default true