Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #116 from exexute/main
Browse files Browse the repository at this point in the history
Fix: github action
  • Loading branch information
exexute authored Dec 20, 2021
2 parents 8bd9d53 + 01cc712 commit 34982c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
username: ${{ secrets.DONGTAI_DOCKERHUB_USERNAME }}
password: ${{ secrets.DONGTAI_DOCKERHUB_TOKEN }}

- id: release
- id: release
run: |
TAG_NAME=${{ github.event.release.tag_name }}
ID=`echo ${TAG_NAME##v}`
Expand Down

0 comments on commit 34982c5

Please sign in to comment.