update to sdk 2405 #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |