Skip to content

Commit

Permalink
fix(git, build): fetch tags in create-release-pr workflow (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu authored Dec 3, 2023
1 parent 8d41bbe commit 02326d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: dev
fetch-tags: true
- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 02326d9

Please sign in to comment.