Skip to content

Commit

Permalink
BACKLOG-23486: Fix the signature update issue (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Dec 20, 2024
1 parent f1b2461 commit 7cdcfb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:

- uses: jahia/jahia-modules-action/release@v2
name: Release Module
env:
NEXUS_INTERNAL_URL: https://devtools.jahia.com/nexus/content/groups/internal/
with:
github_slug: Jahia/content-editor
primary_release_branch: master
Expand All @@ -52,7 +50,7 @@ jobs:
with:
nexus_username: ${{ secrets.NEXUS_USERNAME }}
nexus_password: ${{ secrets.NEXUS_PASSWORD }}
nexus_internal_releases_url: ${{ secrets.NEXUS_ENTERPRISE_RELEASES_URL }}
nexus_enterprise_releases_url: ${{ secrets.NEXUS_ENTERPRISE_RELEASES_URL }}
force_signature: true

- uses: jahia/jahia-modules-action/release-publication@v2
Expand Down

0 comments on commit 7cdcfb7

Please sign in to comment.