remove galaxy publish

remove the publish-to-galaxy task
This commit is contained in:
Richard Megginson 2022-08-20 09:54:49 -06:00 committed by GitHub
parent 91b97deb1c
commit c1e41b5b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,8 +74,3 @@ jobs:
body_path: ./.tagmsg.txt body_path: ./.tagmsg.txt
draft: false draft: false
prerelease: false prerelease: false
- name: Publish role to Galaxy
uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: ${{ steps.tag.outputs.branch }}