Skip to content

Commit

Permalink
EPA-42: Updated workflow to remove references to internal stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
francogrbac-oviva committed Mar 14, 2024
1 parent 95fee91 commit 29381f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ jobs:
release:
env:
NAMESPACE: 'diga-epa-lib'
MAVEN_USERNAME: continuousintegration-oviva
MAVEN_PASSWORD: ${{ secrets.MAVEN_REPO_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
cache: 'maven'
- name: Get version
id: version
Expand Down

0 comments on commit 29381f7

Please sign in to comment.