We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d8547 commit 23aa7a6Copy full SHA for 23aa7a6
1 file changed
.github/workflows/create-release.yml
@@ -115,6 +115,7 @@ jobs:
115
name: ${{ env.RELEASE_TAG }}
116
target_commitish: ${{ github.sha }}
117
files: release-assets/a
118
+ make_latest: ${{ github.ref_name == 'main' }}
119
env:
120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121
0 commit comments