Skip to content

Commit 55637a6

Browse files
committed
Fixing release issue
1 parent 9648bfe commit 55637a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/module-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
--title "${{ steps.version.outputs.module }} ${{ steps.version.outputs.next_version }}" \
152152
--notes-file changelog.md \
153153
--repo ${{ github.repository }} \
154-
--make-latest=false
154+
--latest=false
155155
env:
156156
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157157

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
--title "Modular ${{ steps.version.outputs.next_version }}" \
127127
--notes-file changelog.md \
128128
--repo ${{ github.repository }} \
129-
--make-latest=true
129+
--latest
130130
env:
131131
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132

0 commit comments

Comments
 (0)