Skip to content

Commit

Permalink
Minor fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Nov 14, 2020
1 parent a3c18a6 commit 98e01db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,9 @@ jobs:
needs: [info, conformance]
if: github.event_name == 'push' && needs.info.outputs.has_tag == 'true'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Generate release text
run: |
echo << EOS > $GITHUB_WORKSPACE/release.md
cat << EOS > $GITHUB_WORKSPACE/release.md
## Conformance tests for CWL ${cwlVersion}
ep3 version: [![version](https://badgen.net/https/raw.githubusercontent.com/tom-tan/conformance/${tag}/conformance/ep3/cwl_${cwlVersion}/ep3_${tag}/version.json)](https://github.com/tom-tan/ep3/releases/tag/${tag}) [![commit](https://badgen.net/https/raw.githubusercontent.com/tom-tan/conformance/${tag}/conformance/ep3/cwl_${cwlVersion}/ep3_${tag}/commit.json)](https://github.com/tom-tan/ep3/tree/${tag})
### Classes
Expand Down

0 comments on commit 98e01db

Please sign in to comment.