Skip to content

Commit 4ebf059

Browse files
committed
Fix Publish Release
1 parent 581fc86 commit 4ebf059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
crate_draft_release_notes:
17-
name: Create draft Release Notes
17+
name: Create draft release with Release Notes
1818
runs-on: ubuntu-latest
1919
permissions:
2020
contents: write
@@ -42,7 +42,7 @@ jobs:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343

4444
approve_release:
45-
name: Approve Release
45+
name: Create Git Tag + start Evergreen jobs
4646
environment: production
4747
runs-on: ubuntu-latest
4848
needs: crate_draft_release_notes
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: '0'
7474
- name: Publish Release Notes
7575
run: |
76-
gh release edit $VERSION --draft=false --verify-tag
76+
gh release edit $VERSION --draft=false --verify-tag --latest
7777
env:
7878
VERSION: ${{ github.event.inputs.version }}
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)