Skip to content

Commit

Permalink
- Update: Removed some dead code && minor codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed May 12, 2024
1 parent a0ea865 commit 9a805bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/buid_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
make all
- name: Release
run: echo Uploading files as new release.
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
2 changes: 0 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ help:
@echo "----------------------------------------"
@echo "all"
@echo "Creates all release artefacts.\n"
@echo "automated-release-artefacts"
@echo "Creates all release artefacts that are currently easy to handle by a GitHub Action automated release. omim.sssom.tsv is excluded because of robot dependency. \n"
@echo "omim.ttl"
@echo "Creates main release artefact: omim.ttl\n"
@echo "omim.sssom.tsv"
Expand Down

0 comments on commit 9a805bb

Please sign in to comment.