Skip to content

Commit

Permalink
Updated on_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Mar 8, 2023
1 parent 5940efb commit 741c084
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
- name: Generate Dokka HTML
run: ./gradlew dokkahtml

# - name: Commit changes
# run: |
# git config --global user.email "[email protected]"
# git config --global user.name "GitHub Actions"
# git commit -m "Docs updated" -a
#
# - name: Push changes
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit changes
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git commit -m "Docs updated" -a
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

publish:
name: Release build and publish
Expand Down

0 comments on commit 741c084

Please sign in to comment.