Skip to content

install deps for pgkdown #9

install deps for pgkdown

install deps for pgkdown #9

# Workflow to check the state of the release banch
# This action is adapted from https://github.com/t4d-gmbh/stubbed_versioning
name: Check release state
on:
push:
branches:
- "release-[0-9]+.[0-9]+.[0-9]+"
jobs:
pre_release_checks:
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: smoke step
run: |
echo I ran to prepare for
echo "VERSION=$(echo ${{ github.ref }}|grep -Eo '[0-9]+.[0-9]+.[0-9]+')"