Major update: shell-based installer (dev as dotfiles2) (#810)
#29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: push | |
| "on": | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| tag: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Tag the latest commit | |
| uses: dycw/action-tag-commit@latest | |
| with: {} |