Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Mar 10, 2022
1 parent a55eca5 commit 31350b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
- name: Show commit message
run : echo "$commitmsg"

- name: Check commit message
if: startsWith( env.commitmsg , 'chore(release):' )
run: |
echo "Publish by pushing must provide parameter named tag, just like: chore(release): publish 1.0 --tag=beta"
exit 1
- name: Deploy to dokku
id: deploy
uses: idoberko2/dokku-deploy-github-action@v1
Expand Down

0 comments on commit 31350b1

Please sign in to comment.