Skip to content

Commit

Permalink
revert: ci(github): test comitting step in release workflow
Browse files Browse the repository at this point in the history
This reverts commit b3b8e0b.
  • Loading branch information
ivangabriele committed Aug 14, 2024
1 parent 3340920 commit a2a8b5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ jobs:
trust_level: ultimate
- name: Add, Commit & Push
run: |
touch test.txt
git config --global user.email "[email protected]"
git config --global user.name "Ivan Gabriele (Github)"
git add .
# git commit -m "feat: update knowledge base"
git commit -m "test: add test.txt from workflow"
git commit -m "feat: update knowledge base"
git push
- name: Create Release Tag
id: tag
Expand Down

0 comments on commit a2a8b5c

Please sign in to comment.