Skip to content

Commit

Permalink
Fetch tags in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rcook committed Apr 3, 2023
1 parent eb411c0 commit b8dceb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: git fetch --tags origin
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required)
Expand Down

0 comments on commit b8dceb6

Please sign in to comment.