Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6f95d4e

Browse files
authored
Update Changelog workflow to point to 7.1.0
1 parent ef518a6 commit 6f95d4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-notes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2626
with:
2727
prerelease: true
28-
name: 7.1.0.RC1
29-
tag: v7.1.0.RC1
30-
version: 7.1.0.RC1
28+
name: 7.1.0
29+
tag: v7.1.0
30+
version: 7.1.0
3131
# Otherwise:
3232
- name: Export Gradle Properties
3333
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'

0 commit comments

Comments
 (0)