Skip to content

shorten some provisioner names #36

shorten some provisioner names

shorten some provisioner names #36

Workflow file for this run

name: Release new version
on:
push:
branches:
- main
workflow_dispatch:
inputs:
jobs:
release:
name: Release new version if no tag exists for it
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create new tag and release
env:
GH_TOKEN: ${{ github.token }}
run: |
python3 .github/workflows/release.py