Skip to content

Commit

Permalink
Feature: added a tool for continuous emoji count
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongkang-dh committed Apr 15, 2024
1 parent 3c71b8f commit 9faf24d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: sh tst
run : ./echo.sh
run : |
chmod 777 echo.sh
./echo.sh
- name: Create tag
id: create_tag
Expand Down

0 comments on commit 9faf24d

Please sign in to comment.