Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/codemeta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ jobs:
name: codemeta.json
- name: validate codemeta
run: eossr-metadata-validator codemeta.json
publish:
needs: validate
Comment on lines +47 to +48
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, now you have the dep. Maybe do the moving of the validate step in this commit instead?

runs-on: ubuntu-latest
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v3
with:
name: codemeta.json
- uses: svenstaro/upload-release-action@v2
with:
file: codemeta.json