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 cde76fe commit 7a3ae43Copy full SHA for 7a3ae43
.github/workflows/release.yml
@@ -112,6 +112,7 @@ jobs:
112
name: Release ${{ needs.version.outputs.RELEASE_VERSION }}
113
tag: ${{ needs.version.outputs.RELEASE_VERSION }}
114
token: ${{ secrets.PUSH_PAT }}
115
+ makeLatest: ${{ github.ref == 'refs/heads/main' }}
116
update-version:
117
runs-on: ubuntu-latest
118
needs:
0 commit comments