Skip to content

Commit

Permalink
Merge pull request #1043 from eclipse-tractusx/chore/#1033-remove-jir…
Browse files Browse the repository at this point in the history
…a-publishing-workflow

chore(actions): #1033 remove jira publish release action
  • Loading branch information
ds-mwesener authored Jun 18, 2024
2 parents 2a1dd31 + 486f5d3 commit ac71b58
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 99 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/jira-publish-release.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ jobs:
with:
body: ${{ env.CHANGELOG }}

trigger-jira:
needs:
- release
uses: ./.github/workflows/jira-publish-release.yaml
with:
version: ${{ github.ref_name }}
secrets: inherit

publish-to-swaggerhub:
name: "Publish OpenAPI spec to Swaggerhub"
permissions:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha
### Removed

- XXX Removed EdcNotifiactionMockServiceImpl class and replaced with mocks
- #1033 removed action jira-publish-release workflow

### Changed

Expand Down

0 comments on commit ac71b58

Please sign in to comment.