Skip to content

Commit

Permalink
fix(actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosad3s committed Jul 25, 2024
1 parent f844bdc commit 997f3d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
run: |
git config --global user.name "cosad3s - Github Actions"
git config --global user.email "[email protected]"
mvn release:prepare --batch-mode
mvn release:perform -s $GITHUB_WORKSPACE/settings.xml
mvn -B release:prepare release:perform
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
</distributionManagement>

<scm>
<connection>scm:git:https://github.com/cosad3s/salsa.git</connection>
<developerConnection>scm:git:https://github.com/cosad3s/salsa.git</developerConnection>
</scm>

Expand Down

0 comments on commit 997f3d1

Please sign in to comment.