Skip to content

Commit

Permalink
Rename title for auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Nov 19, 2023
1 parent 5381498 commit 1e2c61d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_RELEASE }}
with:
tag_name: ${{ needs.compile.outputs.version }}-${{ needs.compile.outputs.commit_id }}
release_name: Stable Release v${{ needs.compile.outputs.version }}
release_name: Stable Auto-Release v${{ needs.compile.outputs.version }}
body: |
This has been deployed on the Discord bot `PyRamid#6882`.
To use the latest version the bot, please refer to the instructions outlined at https://github.com/tristiisch/PyRamid/#usage.
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_RELEASE }}
with:
tag_name: ${{ steps.docker_tag.outputs.tag_github }}-${{ needs.compile.outputs.version }}-${{ needs.compile.outputs.commit_id }}
release_name: Unstable release v${{ needs.compile.outputs.version }}-${{ needs.compile.outputs.commit_id }}
release_name: Unstable Auto-Release v${{ needs.compile.outputs.version }}-${{ needs.compile.outputs.commit_id }}
body: |
This has been deployed on the Discord bot `PyRamid PRÉ-PROD#6277`.
Feel free to put it to the test by joining the development server at https://discord.gg/pNrZp7U34d.
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ songs/
config.yml
logs/
git_info.json
/test/
/test/
.docker/

0 comments on commit 1e2c61d

Please sign in to comment.