Skip to content

Commit

Permalink
BACKLOG-21836: Fix publication (#3)
Browse files Browse the repository at this point in the history
* Fix publication

* remove sbom
  • Loading branch information
Janin-Michel-Mathias authored Feb 7, 2024
1 parent edb0049 commit 4207285
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ jobs:
nexus_password: ${{ secrets.NEXUS_PASSWORD }}
module_id: luxe-jahia-demo

sbom:
name: SBOM processing
needs: build
runs-on: ubuntu-latest
container:
image: cyclonedx/cyclonedx-cli:0.24.2
steps:
- uses: jahia/jahia-modules-action/sbom-processing@v2
with:
dependencytrack_hostname: ${{ vars.DEPENDENCYTRACK_HOSTNAME }}
dependencytrack_apikey: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
sbom_artifacts: 'build-artifacts'

integration-tests-standalone:
name: Integration Tests (Standalone)
needs: build
Expand Down Expand Up @@ -110,7 +97,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
steps:
- uses: actions/checkout@v3
- uses: jahia/jahia-modules-action/publish@v2
- uses: jahia/jahia-modules-action/publish-npm@v2
with:
nexus_username: ${{ secrets.NEXUS_USERNAME }}
nexus_password: ${{ secrets.NEXUS_PASSWORD }}

0 comments on commit 4207285

Please sign in to comment.