Skip to content

test change

test change #15

Workflow file for this run

name: CI
on: [push]
jobs:
test-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: release-candidate
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: "^20"
cache: yarn
cache-dependency-path: yarn.lock
- name: Setup environment
run: sudo apt-get install libelf1
- run: |
grep -Eo -m 1 'VERSION\s+= .*([0-9]+)\.[0-9]+\.[0-9]+.*' main/settings.py |
head -1 |
grep -Eo "[0-9]+\.[0-9]+\.[0-9]+"
- run: bash scripts/get_version.sh