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 357a6e1 commit b8c9290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: First ref
if: ${{ env.DRY_RUN }}
shell: bash
run: echo "REF=refs/tags/$(git describe --tags --abbrev=0)" >> ${GITHUB_OUTPUT}
# match the first wasmtime tag for dry run
run: echo "REF=refs/tags/$(git describe --tags --abbrev=0 --match "containerd-shim-wasmtime/*")" >> ${GITHUB_ENV}
- uses: actions/checkout@v4
with:
ref: ${{ env.REF }}
Expand Down

0 comments on commit b8c9290

Please sign in to comment.