Removed tag creation. (#2114)
This commit is contained in:
Родитель
c047beef56
Коммит
dccf789480
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
#set excplicitly to 0 to get full history (see https://github.com/actions/checkout#usage)
|
||||
# Set explicitly to 0 to get full history (see https://github.com/actions/checkout#usage)
|
||||
fetch-depth: '0'
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
|
@ -25,4 +25,3 @@ jobs:
|
|||
- run: |
|
||||
mike deploy --push --update-aliases ${{ github.event.inputs.version }} latest
|
||||
mike list
|
||||
- run: git tag docs@${{ github.event.inputs.version }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче