Skip to content

Commit

Permalink
fixup! WIP [build] create staging workflow to execute after pre-relea…
Browse files Browse the repository at this point in the history
…se is merged -- fetch tags
  • Loading branch information
titusfortner committed Jun 18, 2024
1 parent 903548a commit f09b94c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-tags: true
- name: Extract version from branch name
id: extract_version
run: |
Expand Down

0 comments on commit f09b94c

Please sign in to comment.