Update git-tag-release.yml

This commit is contained in:
mawenbo 2023-07-13 19:27:56 +08:00 committed by GitHub
parent 36036dc059
commit 3f08c4b58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,5 @@
name: push && tag && release
on:
push:
branches: [ "master-dev" ]
workflow_dispatch:
permissions: write-all
jobs:
@ -12,6 +10,7 @@ jobs:
with:
ssh-key: ${{ secrets.SSH_KEY }}
fetch-depth: 0
ref: master-dev
- name: config
run: |
git config user.name ${{ vars.SDK_USERNAME }}