Skip to content

Merge pull request #110 from FL337/patch-1 #100

Merge pull request #110 from FL337/patch-1

Merge pull request #110 from FL337/patch-1 #100

Workflow file for this run

---
name: Galaxy release
# yamllint disable-line rule:truthy
on:
push:
branches: ['main']
release:
types: ['created']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
- name: 'release on galaxy'
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: 'main'