Skip to content

Commit

Permalink
给代码块增加语言标识.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumruler committed Sep 8, 2024
1 parent 915271c commit 92ff3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Get current tag version
- name: Get current tag version
id: tag
run: |
TAG=$(git describe --tags --abbrev=0)
Expand Down

0 comments on commit 92ff3fe

Please sign in to comment.