Skip to content

Commit

Permalink
修复构建脚本的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshan committed Oct 21, 2022
1 parent fd3b63c commit f61d4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DockerImage
name: Package

on:
release:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.POLARIS_DOCKER_PASSWORD }}

- name: Build Server
id: build-server
id: build
env:
DOCKER_TAG: ${{ steps.get_version.outputs.VERSION }}
run: |
Expand Down

0 comments on commit f61d4a0

Please sign in to comment.