2020-11-12 16:12:04 +01:00
|
|
|
---
|
2021-03-23 16:35:44 +01:00
|
|
|
name: Galaxy release
|
2020-11-12 16:12:04 +01:00
|
|
|
|
2021-03-23 16:35:44 +01:00
|
|
|
# yamllint disable-line rule:truthy
|
2020-11-12 16:12:04 +01:00
|
|
|
on:
|
2020-11-12 18:40:43 +01:00
|
|
|
push:
|
2021-03-23 16:35:44 +01:00
|
|
|
branches: ['main']
|
2020-11-12 16:12:04 +01:00
|
|
|
release:
|
2021-03-23 16:35:44 +01:00
|
|
|
types: ['created']
|
2020-11-12 16:12:04 +01:00
|
|
|
|
|
|
|
jobs:
|
2021-03-23 16:35:44 +01:00
|
|
|
build:
|
2020-11-12 16:12:04 +01:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-10-06 14:52:27 +02:00
|
|
|
- name: 'checkout git repo'
|
2022-03-02 10:19:42 +01:00
|
|
|
uses: actions/checkout@v3
|
2022-10-06 14:52:27 +02:00
|
|
|
|
|
|
|
- name: 'release on galaxy'
|
2023-08-10 11:46:05 +02:00
|
|
|
uses: robertdebock/galaxy-action@1.2.1
|
2020-11-12 16:12:04 +01:00
|
|
|
with:
|
2021-03-23 16:35:44 +01:00
|
|
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
2022-10-06 14:52:27 +02:00
|
|
|
git_branch: 'main'
|