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 8c7418f commit a048ed5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump_formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
steps:
- name: Capture git describe output
id: describe
run: |
echo "::set-output name=tag::$(git describe --tags)"
run: echo "MY_VARIABLE=$(git describe --tags)" >> $GITHUB_ENV
- name: Use git describe output
run: echo ${{ steps.describe.outputs.tag }}
# homebrew:
Expand Down

0 comments on commit a048ed5

Please sign in to comment.