Skip to content

Build for new tag

Build for new tag #5

#on: repository_dispatch
on: workflow_dispatch
jobs:
update-version:
runs-on: ubuntu-latest
name: update-version
steps:
- name: Checkout eman-feedstock
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - run: echo "HELLO"
- run: python ./recipe/update-version.py {{ github.ref_name }}