Skip to content

Commit

Permalink
github: add action for atumatic github-release
Browse files Browse the repository at this point in the history
(cherry picked from commit 12c8fef)
Signed-off-by: Tigran Mkrtchyan <[email protected]>
  • Loading branch information
kofemann committed Sep 2, 2024
1 parent 6ab84e5 commit 6394fbe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# Atu-publish release on tag to trigger zenodo DOI generation
#
name: Releases

on:
push:
tags:
- '*'

jobs:

build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1

0 comments on commit 6394fbe

Please sign in to comment.