Skip to content

Commit

Permalink
output name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 1, 2024
1 parent a9aafa3 commit 3b76d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monthly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.generate_release_tag.outputs.release_tag }}
release_name: Noto Monthly Release ${{ steps.generate_release_tag.outputs.release_tag }}
tag_name: ${{ steps.generate_release_tag.outputs.next_release_tag }}
release_name: Noto Monthly Release ${{ steps.generate_release_tag.outputs.next_release_tag }}
body: Monthly Noto release for downstream distributions

0 comments on commit 3b76d79

Please sign in to comment.