Update git-tag-release.yml
This commit is contained in:
parent
36036dc059
commit
3f08c4b58c
|
@ -1,7 +1,5 @@
|
||||||
name: push && tag && release
|
name: push && tag && release
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ "master-dev" ]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -12,6 +10,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ssh-key: ${{ secrets.SSH_KEY }}
|
ssh-key: ${{ secrets.SSH_KEY }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ref: master-dev
|
||||||
- name: config
|
- name: config
|
||||||
run: |
|
run: |
|
||||||
git config user.name ${{ vars.SDK_USERNAME }}
|
git config user.name ${{ vars.SDK_USERNAME }}
|
||||||
|
|
Loading…
Reference in New Issue