Skip to content

test: testing git version output #2

test: testing git version output

test: testing git version output #2

Workflow file for this run

name: Bump Homebrew formula
on:
push:
tags: '*'
branches:
- workflow-and-vulcan
jobs:
test_ver:
name: test version print
runs-on: ubuntu-latest
steps:
- name: Capture git describe output
id: describe
run: echo "MY_VARIABLE=$(git describe --tags)" >> $GITHUB_ENV
- name: Use git describe output
run: echo ${{ steps.describe.outputs.tag }}
# homebrew:
# name: Bump Homebrew formula
# runs-on: ubuntu-latest
# steps:
# - uses: dawidd6/action-homebrew-bump-formula@v3
# with:
# token: ${{secrets.RELEASE_GITHUB_TOKEN}}
# formula: azion