Skip to content

chore: release 4.1.0 #157

chore: release 4.1.0

chore: release 4.1.0 #157

Workflow file for this run

---
name: galaxy
"on":
workflow_dispatch:
push:
branches:
- master
tags:
- v*
jobs:
galaxy:
runs-on: ubuntu-latest
if: github.repository_owner == 'rolehippie'
steps:
- name: Checkout source
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Galaxy upload
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...