We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d356c commit 120ceb6Copy full SHA for 120ceb6
1 file changed
.github/workflows/release.yml
@@ -205,7 +205,7 @@ jobs:
205
- name: Determine latest version for module
206
if: ${{ inputs.base-ref-override == '' }}
207
id: get-latest-tag
208
- uses: smartcontractkit/.github/actions/get-latest-tag@feat/get-latest-release
+ uses: smartcontractkit/.github/actions/get-latest-tag@get-latest-tag/0.1.0
209
with:
210
tag-prefix: ${{ needs.process-inputs.outputs.tag-prefix }}
211
0 commit comments