This commit is contained in:
Joel Wachsler 2022-07-10 20:36:31 +00:00
parent 0b9c5d2ead
commit fa34283c6f

View File

@ -13,7 +13,7 @@ jobs:
run: cat Cargo.toml | grep version | head -1 | sed 's/version = //' | sed 's/"//g'
- name: Get previous output
run: echo "${{ steps.determine-version.outputs }}"
run: echo "${{ steps.determine-version.outputs.result }}"
- uses: Klemensas/action-autotag@stable
with: