Skip to content

Commit

Permalink
test: testing git version output
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Nov 1, 2023
1 parent a048ed5 commit db893dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bump_formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ jobs:
name: test version print
runs-on: ubuntu-latest
steps:
- name: Checkout code
id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setting up a secure repository
run: git config --global --add safe.directory /__w/azion/azion
- 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
Expand Down

0 comments on commit db893dc

Please sign in to comment.