Skip to content

Commit

Permalink
add release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzcn committed May 10, 2021
1 parent f89a51e commit 5781d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Version
run: echo "$Version::$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
- name: Install Requirements
run: pip install -r requirements.txt
- name: Download dicts
Expand All @@ -25,6 +27,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: $Version
files: |
./luna_pinyin.extended.dict.yaml
./luna_pinyin.extended/
Expand Down

0 comments on commit 5781d2a

Please sign in to comment.