Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Mar 1, 2024
1 parent 6b9b72e commit d374884
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ jobs:
version: ${{ steps.parse.outputs.version }}
runtime: ${{ steps.parse.outputs.runtime }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ env.DRY_RUN }}
with:
fetch-tags: true
- name: First ref
if: ${{ env.DRY_RUN }}
shell: bash
run: echo "REF=refs/tags/$(git describe --tags --abbrev=0)" >> ${GITHUB_OUTPUT}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ env.REF }}
- id: parse
Expand Down

0 comments on commit d374884

Please sign in to comment.