fix: release trigger (#138) #34
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: Check Version Update | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
check-version: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Push tag for each updated package | |
run: | | |
git config --global user.name "SDK Releaser Bot" | |
git config --global user.email "[email protected]" | |
scripts/trigger_script.sh | |