Skip to content

test

test #58

Workflow file for this run

name: CI
on:
push:
branches:
- 'sven/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: get version
run: echo "BUILD_VERSION=$(git describe --tags)" >> $GITHUB_ENV
- run: echo "BUILD_VERSION=`git describe --tags`"
- run: echo version {{ env.BUILD_VERSION }}