Skip to content

Commit

Permalink
chore: update trigger for jira automation
Browse files Browse the repository at this point in the history
  • Loading branch information
markusrf committed May 7, 2024
1 parent fed28a6 commit cf8f5e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/on-tag-release.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ jobs:
secrets:
pypi_token: ${{ secrets.PYPI_TOKEN }}
if: ${{ needs.release-please.outputs.release_created }}

create-jira-release:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
secrets:
jira_release_webhook: ${{ secrets.JIRA_RELEASE_WEBHOOK }}
uses: equinor/ecalc/.github/workflows/create-jira-release.yml@main
with:
tag: ${{ needs.release-please.outputs.tag_name }}

0 comments on commit cf8f5e0

Please sign in to comment.