Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Jun 23, 2023
1 parent e694d7a commit 8db4391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy_rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
# if not then create a new tag
git add dist/default_config.json
git commit -m "update default_config.json"
echo v${{ steps.set_var.outputs.version }}
git tag -l | grep v${{ steps.set_var.outputs.version }} || echo "yes"
git tag -l | grep v${{ steps.set_var.outputs.version }} || git tag -a v${{ steps.set_var.outputs.version }} -m "v${{ steps.set_var.outputs.version }}"
git tag -l
# echo v${{ steps.set_var.outputs.version }}
# git tag -l | grep v${{ steps.set_var.outputs.version }} || echo "yes"
# git tag -l | grep v${{ steps.set_var.outputs.version }} || git tag -a v${{ steps.set_var.outputs.version }} -m "v${{ steps.set_var.outputs.version }}"
# git tag -l
git remote -v
git push origin --follow-tags
git push

0 comments on commit 8db4391

Please sign in to comment.