Commit 0b72812d authored by Annie Ke's avatar Annie Ke Committed by GitHub

[Fix] Autopublish workflow bug (#299)

parent 7ee1eaaf
...@@ -88,9 +88,8 @@ jobs: ...@@ -88,9 +88,8 @@ jobs:
git: git:
name: Commit State Dump name: Commit State Dump
needs: docker needs: [docker, tag]
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: tag
if: needs.tag.outputs.tag_name if: needs.tag.outputs.tag_name
steps: steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment