Skip to content

ci: Use reusable workflows #21

ci: Use reusable workflows

ci: Use reusable workflows #21

Workflow file for this run

name: Update version-set
on:
push:
tags:
- "v*.*.*"
jobs:
versionset:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: geokrety/geokrety-gha-workflows/.github/workflows/version-set.yml@v1
with:
GH_TOKEN: ${{ secrets.GH_TOKEN }}