Skip to content

Commit

Permalink
Merge pull request #12 from rwth-acis/develop
Browse files Browse the repository at this point in the history
Add missing secrets to workflow
  • Loading branch information
phil-cd authored Jul 1, 2022
2 parents 93dd093 + 8e2468d commit 09a6133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
with:
arguments: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ARCHIVA_USERNAME: ${{ secrets.ARCHIVA_USERNAME }}
ARCHIVA_PASSWORD: ${{ secrets.ARCHIVA_PASSWORD }}
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ publishing {
maven(MavenPublication) {
groupId = 'i5'
artifactId = 'las2peer-api-test-model'
version = '0.1.4'
version = '0.1.5'

from components.java
}
Expand Down

0 comments on commit 09a6133

Please sign in to comment.