Skip to content

Commit

Permalink
Merge pull request #514 from andywang425/dev
Browse files Browse the repository at this point in the history
🐎 ci
  • Loading branch information
andywang425 authored Jul 14, 2024
2 parents 6948708 + adc4e58 commit 41f0824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]@users.noreply.github.com"
git add dist/*
git diff --staged --quiet || git commit -m "🔧 Automated build: v${{ steps.package_version.outputs.version }}"
git diff --quiet && git diff --staged --quiet || git commit -m "🔧 Automated build: v${{ steps.package_version.outputs.version }}"
git push

0 comments on commit 41f0824

Please sign in to comment.