Skip to content

New release for eo-0.52.0 #206

New release for eo-0.52.0

New release for eo-0.52.0 #206

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: tags
'on':
push:
branches:
- master
tags:
- '*'
release:
jobs:
tags:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: |
mkdir -p data
git fetch --tags --all --force
git tag --list --format='%(*objectname) %(refname:short)' | grep '^[a-f0-9]' > data/tags.txt
echo "$(git rev-parse HEAD) master" >> data/tags.txt
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: data
clean: false