We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd1d7b commit 1af1114Copy full SHA for 1af1114
.github/workflows/onRelease.yml
@@ -16,6 +16,6 @@ jobs:
16
with:
17
# ternary-ish https://github.com/actions/runner/issues/409#issuecomment-752775072
18
# if the version is 2.x we release it on the `sf` dist tag
19
- tag: ${{ startsWith( github.event.release.tag_name || inputs.tag, '2.') && 'sf' || 'latest'}}
+ tag: ${{ startsWith( github.event.release.tag_name || inputs.tag, '1.') && 'latest' || 'sf'}}
20
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
21
secrets: inherit
0 commit comments