Skip to content

ci: fix automated releases #34

ci: fix automated releases

ci: fix automated releases #34

Workflow file for this run

---
name: galaxy
"on":
push:
branches:
- master
tags:
- v*
workflow_dispatch:
jobs:
galaxy:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Galaxy upload
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...