Skip to content

Commit

Permalink
Fetch tags in gh action release workflow (#33)
Browse files Browse the repository at this point in the history
Summary:
### Motivation

We are bitten by actions/checkout#100 [yet again](facebookresearch/pplbench#52), so lets just fetch the tags during checkout.

### Changes proposed

Fetch tags during `actions/checkout`

Pull Request resolved: #33

Test Plan: https://github.com/facebookincubator/flowtorch/runs/2586537945?check_suite_focus=true

Reviewed By: jpchen, horizon-blue

Differential Revision: D28449241

Pulled By: feynmanliang

fbshipit-source-id: bf7224961a28fc7b2fd1e4733e519be6e0030590
  • Loading branch information
Feynman Tsing-Yang Liang authored and facebook-github-bot committed May 14, 2021
1 parent 5fdddd1 commit 4c4a038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 4c4a038

Please sign in to comment.