Skip to content

Commit

Permalink
update git add pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka authored Feb 17, 2024
1 parent fb560e7 commit e95b585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:

- name: commit
run: |
git add **dist
git add **release*
git add **/dist
git add **/release*
if [ $(git status --porcelain | wc -l) -gt "0" ]; then
git commit -m "chore: released from ${{ env.GITHUB_COMMIT_URL }}" -m "commit hash: ${{ env.GITHUB_SHA_SHORT }}" -m "commit url: ${{ env.GITHUB_COMMIT_URL }}" -m "runner: ${{ env.GITHUB_RUNNER_URL }}"
fi
Expand Down

0 comments on commit e95b585

Please sign in to comment.