Skip to content

build(deps-dev): bump @commitlint/cli from 21.1.0 to 21.2.0 #99

build(deps-dev): bump @commitlint/cli from 21.1.0 to 21.2.0

build(deps-dev): bump @commitlint/cli from 21.1.0 to 21.2.0 #99

Workflow file for this run

name: uuid
on: push
jobs:
uuid:
runs-on: ubuntu-latest
steps:
- name: Generate UUID
run: echo "UUID=$(uuidgen)" >> $GITHUB_ENV
- name: Print UUID
run: echo $UUID # ${{ env.UUID }}