Skip to content

Commit

Permalink
Merge pull request #98 from sebastian-toepfer/prepare_for_first_release
Browse files Browse the repository at this point in the history
add action for release
  • Loading branch information
sebastian-toepfer authored Jan 18, 2024
2 parents f623435 + d1c46f3 commit d3d6793
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: publish
on:
release:
types:
- created

jobs:
release:
uses: sebastian-toepfer/gh-common/.github/workflows/publish.yml@v1
with:
tag_name: ${{ github.event.release.tag_name }}
secrets: inherit
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: release
on:
milestone:
types:
- closed

jobs:
release:
uses: sebastian-toepfer/gh-common/.github/workflows/release.yml@v1
with:
version: ${{ github.event.milestone.title }}
secrets: inherit

0 comments on commit d3d6793

Please sign in to comment.