Skip to content

Commit 120ceb6

Browse files
committed
fix: pin get-latest-tag to proper release tag
1 parent 32d356c commit 120ceb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- name: Determine latest version for module
206206
if: ${{ inputs.base-ref-override == '' }}
207207
id: get-latest-tag
208-
uses: smartcontractkit/.github/actions/get-latest-tag@feat/get-latest-release
208+
uses: smartcontractkit/.github/actions/get-latest-tag@get-latest-tag/0.1.0
209209
with:
210210
tag-prefix: ${{ needs.process-inputs.outputs.tag-prefix }}
211211

0 commit comments

Comments
 (0)