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

Commit 41889a1

Browse files
committed
Merge branch 'main' into release
2 parents d470872 + e99e7f8 commit 41889a1

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
@@ -30,14 +30,14 @@ jobs:
3030
- name: Create Tag
3131
uses: negz/create-tag@v1
3232
with:
33-
version: "${{ steps.Get-version.outputs.version}}"
33+
version: "${{ env.version }}"
3434
message: "Release version"
3535
token: "${{ secrets.GITHUB_TOKEN }}"
3636
- name: Automatic Releases
3737
uses: marvinpinto/[email protected]
3838
if: github.ref_name == 'release'
3939
with:
4040
repo_token: "${{ secrets.GITHUB_TOKEN }}"
41-
automatic_release_tag: "${{ steps.Get-version.outputs.version}}"
41+
automatic_release_tag: "${{ env.version }}"
4242
prerelease: false
43-
title: "DodoOpenJava${{ steps.Get-version.outputs.version}}"
43+
title: "DodoOpenJava-${{ env.version }}"

0 commit comments

Comments
 (0)