Skip to content

Commit

Permalink
Merge pull request #59 from bauglir/improve-release-workflow
Browse files Browse the repository at this point in the history
Improve release workflow
  • Loading branch information
bauglir committed Mar 28, 2024
2 parents b3b2c23 + 7a79817 commit bb4a051
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Release.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
id: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -25,5 +26,6 @@ jobs:
@ethima/semantic-release-configuration
- name: Notify JuliaRegistrator of new release
uses: peter-evans/commit-comment@v3
if: steps.semantic-release.outputs.new_release_published == 'true'
with:
body: '@JuliaRegistrator register branch=main'
body: '@JuliaRegistrator register branch=${{ steps.semantic-release.outputs.new_release_git_tag }}'

0 comments on commit bb4a051

Please sign in to comment.