Skip to content

Commit

Permalink
fix: can't get tags when set-git-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
changfeng committed Jul 3, 2023
1 parent 493e082 commit 0e2205e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Get tags
run: git fetch --tags origin

- name: Set GIT_TAG
id: set-tag
run: |
Expand Down

0 comments on commit 0e2205e

Please sign in to comment.