We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9648bfe commit 55637a6Copy full SHA for 55637a6
2 files changed
.github/workflows/module-release.yml
@@ -151,7 +151,7 @@ jobs:
151
--title "${{ steps.version.outputs.module }} ${{ steps.version.outputs.next_version }}" \
152
--notes-file changelog.md \
153
--repo ${{ github.repository }} \
154
- --make-latest=false
+ --latest=false
155
env:
156
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157
.github/workflows/release.yml
@@ -126,7 +126,7 @@ jobs:
126
--title "Modular ${{ steps.version.outputs.next_version }}" \
127
128
129
- --make-latest=true
+ --latest
130
131
132
0 commit comments