Skip to content

Commit

Permalink
Merge pull request #31 from simatic-ax/update-depenencies
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
sjuergen authored Feb 12, 2024
2 parents 4107653 + 8fd7c56 commit 19c4fbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-template.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
on:
push:
# Pattern matched against refs/tags
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 }}
Expand Down

0 comments on commit 19c4fbf

Please sign in to comment.