Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Mar 28, 2023
1 parent 2f141b9 commit 3f1639a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@

name: Docker Publish

on:
release:
types: [published]
#on:
# release:
# types: [published]
# push:
# branch: ['master']
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
docker:
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# https://github.com/actions/starter-workflows/blob/main/ci/python-publish.yml
name: Upload Python Package

#on:
# release:
# types: [published]

on:
release:
types: [published]
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
tag_name: ${{ github.ref }}
body: |
Please refer to [CHANGELOG.md](https://github.com/mouday/domain-admin/CHANGELOG.md) for details.
Please refer to [CHANGELOG.md](https://github.com/mouday/domain-admin/blob/master/CHANGELOG.md) for details.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ JSON.stringify([...document.querySelectorAll('a')].map(a=>a.href))
## 更新日志
[CHANGELOG.md](https://github.com/mouday/domain-admin/CHANGELOG.md)
[CHANGELOG.md](https://github.com/mouday/domain-admin/blob/master/CHANGELOG.md)
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""
版本号
"""
VERSION = '1.1.7'
VERSION = '1.1.8'

0 comments on commit 3f1639a

Please sign in to comment.