Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Jul 15, 2024
2 parents d470872 + e99e7f8 commit 41889a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Create Tag
uses: negz/create-tag@v1
with:
version: "${{ steps.Get-version.outputs.version}}"
version: "${{ env.version }}"
message: "Release version"
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Automatic Releases
uses: marvinpinto/[email protected]
if: github.ref_name == 'release'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ steps.Get-version.outputs.version}}"
automatic_release_tag: "${{ env.version }}"
prerelease: false
title: "DodoOpenJava${{ steps.Get-version.outputs.version}}"
title: "DodoOpenJava-${{ env.version }}"

0 comments on commit 41889a1

Please sign in to comment.