Skip to content

Commit

Permalink
github: add autopublishing of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 12, 2024
1 parent 0923c1b commit d744fd4
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 @@
#
# Auto-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 d744fd4

Please sign in to comment.