Skip to content

Commit 8f5524b

Browse files
authored
Merge pull request #18 from simatic-ax/add_Sourround
Add sourround
2 parents b43ea1f + b09fc8c commit 8f5524b

File tree

2 files changed

+15
-99
lines changed

2 files changed

+15
-99
lines changed

.github/workflows/github-action-release_for_template.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/release-library.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
push:
3+
# Pattern matched against refs/tags
4+
tags:
5+
- '*'
6+
7+
jobs:
8+
release-apax-lib:
9+
uses: simatic-ax/actions/.github/workflows/apax-publish.yml@stable
10+
secrets:
11+
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
12+
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
13+
14+
with:
15+
VERSION: ${{ github.ref_name }}

0 commit comments

Comments
 (0)