Skip to content

Commit

Permalink
Merge pull request #45 from ifeoluwanimie/feature/v1.1.0
Browse files Browse the repository at this point in the history
Tagged @v1.1.0
  • Loading branch information
ifeoluwanimie authored Nov 11, 2024
2 parents c47e880 + d1513d7 commit 2d51721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: '21'
distribution: 'zulu'
- name: Build IKMDEV Code
uses: ikmdev/maven-clean-install-build-action@main
uses: ikmdev/maven-clean-install-build-action@v1.1.0
with:
branch_name: ${{env.BRANCH_NAME}}
sonarcloud_token: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:


- name: Deploy Artifacts To Nexus
uses: ikmdev/maven-nexus-deploy-action@main
uses: ikmdev/maven-nexus-deploy-action@v1.1.0
with:
nexus_repo_password: ${{secrets.EC2_NEXUS_PASSWORD}}
repo_name: ${{github.event.workflow_run.head_repository.full_name}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
exit 1
- name: Release IKMDEV Code
uses: ikmdev/maven-release-action@main
uses: ikmdev/maven-release-action@v1.1.0
with:
ikmdevops_pat: ${{secrets.IKMDEVOPS_PAT_TOKEN}}
github_token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 2d51721

Please sign in to comment.