Skip to content

Commit 38be892

Browse files
authored
Fix indentation and formatting in workflow file
1 parent 039793f commit 38be892

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/tailwindcss-auto-update.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@ jobs:
163163
--output ./artifacts \
164164
/p:Version=${{ needs.check-update.outputs.new_version }}
165165
166-
- name: Commit and push changes
167-
run: |
168-
git config user.name "github-actions[bot]"
169-
git config user.email "github-actions[bot]@users.noreply.github.com"
170-
git add -A
171-
git commit -m "chore: Update TailwindCSS to ${{ needs.check-update.outputs.tailwindcss_version }} and bump version to ${{ needs.check-update.outputs.new_version }}"
172-
git tag "v${{ needs.check-update.outputs.new_lib_version }}"
173-
git push origin ${{ github.ref_name }}
174-
git push origin "v${{ needs.check-update.outputs.new_lib_version }}"
166+
# - name: Commit and push changes
167+
# run: |
168+
# git config user.name "github-actions[bot]"
169+
# git config user.email "github-actions[bot]@users.noreply.github.com"
170+
# git add -A
171+
# git commit -m "chore: Update TailwindCSS to ${{ needs.check-update.outputs.tailwindcss_version }} and bump version to ${{ needs.check-update.outputs.new_version }}"
172+
# git tag "v${{ needs.check-update.outputs.new_lib_version }}"
173+
# git push origin ${{ github.ref_name }}
174+
# git push origin "v${{ needs.check-update.outputs.new_lib_version }}"
175175

176176
- name: Publish to NuGet.org
177177
run: |
@@ -210,3 +210,4 @@ jobs:
210210
prerelease: false
211211
env:
212212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
213+

0 commit comments

Comments
 (0)