Skip to content

Commit

Permalink
chor(flow): 调整版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Dec 5, 2023
1 parent e5b7c2d commit 09d4fc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
env:
REMOTE_CONTAINERS: true
steps:
- name: 代码拉取
uses: actions/checkout@v2
Expand All @@ -24,7 +26,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Release
run: |
chmod +x ./release.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: write
pull-requests: write

name: auto-release
name: 自动版本日志

jobs:
release-please:
Expand Down

0 comments on commit 09d4fc4

Please sign in to comment.