Skip to content

read this my man §§§ #7

read this my man §§§

read this my man §§§ #7

Workflow file for this run

name: Versioning
on:
push:
workflow_dispatch:
jobs:
health_check:
runs-on: ubuntu-latest
steps:
- name: all env
run: echo "${{ github.event.head_commit.message }}"
- name: Generate Version
id: versioning
uses: sceccotti89/[email protected]
- name: Get the output version
run: echo "Version = ${{ steps.versioning.outputs.version }}"