Skip to content

Commit

Permalink
use release workflow from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 7, 2023
1 parent 3833dd7 commit f7b4519
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 101 deletions.
101 changes: 0 additions & 101 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 f7b4519

Please sign in to comment.