Skip to content

Commit

Permalink
ci(release) Use tag to get rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninja243 authored Oct 10, 2023
1 parent 2860cea commit 56b480c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
id: vars
run: |
echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
echo "revision=$(git rev-list -n 1 ${RELEASE_VERSION})" >> $GITHUB_OUTPUT
echo "revision=$(git rev-list -n 1 ${GITHUB_REF#refs/*/})" >> $GITHUB_OUTPUT
- name: Checkout brew repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 56b480c

Please sign in to comment.