Skip to content

Commit

Permalink
Create zenodo2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Mar 13, 2024
1 parent 9965841 commit a5f673e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/zenodo2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Zenodo Release

on:
release:
types: [published]

jobs:
deploy:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- name: Run Zenodo Deploy
uses: nmfs-opensci/zenodo-ga@main
with:
token: ${{ secrets.ZENODO_TOKEN }}
zenodo_json: .zenodo.json
doi: 10.5281/zenodo.10811321

0 comments on commit a5f673e

Please sign in to comment.