mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
ci: Publish codemeta.json
as release asset
This commit is contained in:
parent
ff8079bbcb
commit
42d51a1067
11
.github/workflows/codemeta.yaml
vendored
11
.github/workflows/codemeta.yaml
vendored
|
@ -44,3 +44,14 @@ jobs:
|
|||
name: codemeta.json
|
||||
- name: validate codemeta
|
||||
run: eossr-metadata-validator codemeta.json
|
||||
publish:
|
||||
needs: validate
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user