Skip to content

Commit

Permalink
ci(release): checkout codebase to validate ref for homebrew notify (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Jan 13, 2023
1 parent 95458f9 commit 8ce8eef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
runs-on: ubuntu-latest
needs: [ goreleaser ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: release version
run: |
echo "RELEASE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
Expand Down

0 comments on commit 8ce8eef

Please sign in to comment.