-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(all): Refactor build publish action to one common workflow #64
Conversation
- name: Notify to Mattermost | ||
if: ${{ !env.PRERELEASE }} | ||
run: | | ||
echo "{\"icon_url\":\"https://icon-library.com/images/github-icon-png/github-icon-png-29.jpg\",\"text\":\":tada: Une nouvelle release a été publiée pour le projet **${{ github.repository }}: v${{ needs.python_project.outputs.version }}** :tada:\n\nPlus d'infos ici: ${{ steps.create_release.outputs.html_url }}\"}" > mattermost.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo "{\"icon_url\":\"https://icon-library.com/images/github-icon-png/github-icon-png-29.jpg\",\"text\":\":tada: Une nouvelle release a été publiée pour le projet **${{ github.repository }}: v${{ needs.python_project.outputs.version }}** :tada:\n\nPlus d'infos ici: ${{ steps.create_release.outputs.html_url }}\"}" > mattermost.json | |
echo "{\"icon_url\":\"https://icon-library.com/images/github-icon-png/github-icon-png-29.jpg\",\"text\":\":tada: Une nouvelle release a été publiée pour le projet **${{ inputs.project }}: v${{ needs.python_project.outputs.version }}** :tada:\n\nPlus d'infos ici: ${{ steps.create_release.outputs.html_url }}\"}" > mattermost.json |
echo "" >> /tmp/changelog.md | ||
echo "### Pypi package" >> /tmp/changelog.md | ||
echo "" >> /tmp/changelog.md | ||
echo "Pypi package have been built and pushed to Pypi: [ecoindex-compute:${{ needs.python_project.outputs.version }}](https://pypi.org/project/ecoindex-compute/${{ needs.python_project.outputs.version }}/)" >> /tmp/changelog.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo "Pypi package have been built and pushed to Pypi: [ecoindex-compute:${{ needs.python_project.outputs.version }}](https://pypi.org/project/ecoindex-compute/${{ needs.python_project.outputs.version }}/)" >> /tmp/changelog.md | |
echo "Pypi package have been built and pushed to Pypi: [ecoindex-compute:${{ needs.python_project.outputs.version }}](https://pypi.org/project/ecoindex-compute/${{ needs.python_project.outputs.version }}/)" >> /tmp/changelog.md | |
echo "" >> /tmp/changelog.md | |
echo "**Full Changelog:** https://github.com/${{ github.repository }}/compare/${{ steps.last_tag.outputs.tag }}...v${{ needs.python_project.outputs.version }}@${{ inputs.project }}" >> /tmp/changelog.md |
This pull request has been marked as inactive because it hasn't been updated for 30 days. If it's not updated within 7 days, it will be automatically closed. To prevent it from being closed, you can add the |
240c29f
to
d345eee
Compare
No description provided.