Skip to content

Commit

Permalink
update cd workflow (#27)
Browse files Browse the repository at this point in the history
* Update release template and version in pom

Add a template section to the release-drafter.yml for better release notes and update the plugin version to 2.0.0-SNAPSHOT in pom.xml. This sets the stage for a major release with potentially breaking changes.

* enable cd

* update cd workflow
  • Loading branch information
arkanjoms authored Aug 7, 2024
1 parent c1cc16c commit a194fca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ on:
types:
- completed

permissions:
checks: read
contents: write

jobs:
maven-cd:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@setup
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
secrets:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}

0 comments on commit a194fca

Please sign in to comment.