Skip to content

Commit

Permalink
Update gh-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud authored Aug 18, 2023
1 parent e270228 commit 81c7d19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ jobs:
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Push Maven Artefacts
uses: dmnemec/copy_file_to_another_repo_action@main
uses: supsm/copy_file_to_another_repo@master
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'repo'
destination_repo: 'a-sit-plus/kotlinx.serialization'
destination_branch: 'mvn'
destination_branch_create: 'mvn'
user_email: '[email protected]'
user_name: 'JesusMcCloud'
commit_message: 'Maven Release'

0 comments on commit 81c7d19

Please sign in to comment.