Skip to content

Increase version to 2.3.0p20 #96

Increase version to 2.3.0p20

Increase version to 2.3.0p20 #96

Workflow file for this run

---
name: Release
'on':
push:
tags:
- '*'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- name: Check out the codebase
uses: actions/checkout@v4
# https://github.com/robertdebock/galaxy-action
- name: Publish to Galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
git_branch: main
...