| 1234567891011121314151617 |
- name: Create Tag
- on:
- push:
- branches:
- - master
- jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - uses: butlerlogic/[email protected]
- env:
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- with:
- root: clib.json
|