Skip to content

Commit

Permalink
Updated github actions to publish artifact to github packages and upd…
Browse files Browse the repository at this point in the history
…ated a dependency
  • Loading branch information
aaberg committed Mar 10, 2024
1 parent c989c61 commit 1cd21df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: publish artifacts to Github Packages
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<mockito.version>4.8.0</mockito.version>
<mybatis.version>3.2.4</mybatis.version>
<persistence-api.version>1.0.2</persistence-api.version>
<slf4j.version>1.7.25</slf4j.version>
<slf4j.version>2.0.12</slf4j.version>
<spring-jdbc.version>4.0.2.RELEASE</spring-jdbc.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 1cd21df

Please sign in to comment.