Skip to content

Commit

Permalink
fixed release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeynep committed Feb 7, 2024
1 parent 6f572d1 commit 6f90822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pointmark-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.run_number }}
release_name: Release #${{ github.run_number }}
release_name: |
Release #${{ github.run_number }}
body: |
Changes in this Release:
- None for now, testing workflow
Expand Down

0 comments on commit 6f90822

Please sign in to comment.