Skip to content

Commit 69aa195

Browse files
authored
Add checkout action before proceeding with get version tasks (feast-dev#1150)
Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
1 parent ae667f1 commit 69aa195

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
version_without_prefix: ${{ steps.get_release_version_without_prefix.outputs.version_without_prefix }}
1414
highest_semver_tag: ${{ steps.get_highest_semver.outputs.highest_semver_tag }}
1515
steps:
16+
- uses: actions/checkout@v2
1617
- name: Get release version
1718
id: get_release_version
1819
run: echo ::set-output name=release_version::${GITHUB_REF#refs/*/}

0 commit comments

Comments
 (0)