Skip to content

Commit

Permalink
use global release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 7, 2023
1 parent 0b90736 commit 04fac76
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 102 deletions.
102 changes: 0 additions & 102 deletions .github/workflows/github-action-release_for_template.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/release-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
# Pattern matched against refs/tags
tags:
- "*"

jobs:
release-apax-lib:
uses: simatic-ax/actions/.github/workflows/apax-publish-template.yml@stable
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}

with:
VERSION: ${{ github.ref_name }}

0 comments on commit 04fac76

Please sign in to comment.