Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Delametter committed Apr 15, 2024
1 parent f02f5ee commit d84383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
echo "This is a test file." > test.txt
mvn scm:checkin -Dmessage="Committing test file"
mvn scm:checkin -Dmessage="Committing test file" -Dincludes=test.txt
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_CENTRAL_REPO_TOKEN_USER }}
Expand Down

0 comments on commit d84383c

Please sign in to comment.