Skip to content

Commit

Permalink
missing uses key
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Mar 4, 2022
1 parent 6a6c581 commit 203a21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
echo "archive=${name}" >> $GITHUB_ENV
- name: Run Zenodo Deploy
uses: ./
id: deploy
with:
version: ${{ github.event.release.tag_name }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
echo "archive=${name}" >> $GITHUB_ENV
- name: Run Zenodo Deploy
uses: rseng/zenodo-release@main
with:
version: ${{ github.event.release.tag_name }}
zenodo_json: .zenodo.json
Expand All @@ -64,6 +65,7 @@ If you want to see or do something with the outputs, add an `id` to the deploy s
```yaml
- name: Run Zenodo Deploy
id: deploy
uses: rseng/zenodo-release@main
with:
version: ${{ github.event.release.tag_name }}
zenodo_json: .zenodo.json
Expand Down

0 comments on commit 203a21e

Please sign in to comment.