Skip to content

Commit

Permalink
Hello I need to write something here
Browse files Browse the repository at this point in the history
  • Loading branch information
mirtlecn committed Apr 14, 2024
1 parent c10ee2a commit 368c2f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Update tag
if: startsWith(github.ref, 'refs/tags/')
run: |
$Date = Get-Date -Format yyyy.MM.dd=
$Date = Get-Date -Format yyyy.MM.dd
Write-output "${{ github.ref_name }}"
"# v${{ github.ref_name }} -> $Date" >> 'info.yaml'
(gc radical.schema.yaml -Raw) -replace 'version: "\d\.\d\.\d"',"version: ${{ github.ref_name }}" > radical.schema.yaml
(gc radical_pinyin.schema.yaml -Raw) -replace 'version: "\d\.\d\.\d"',"version: ${{ github.ref_name }}" > radical_pinyin.schema.yaml
(gc radical.schema.yaml -Raw) -replace 'version: "\d\.\d\.\d"',"version: `"${{ github.ref_name }}`"" | Out-File radical.schema.yaml
(gc radical_pinyin.schema.yaml -Raw) -replace 'version: "\d\.\d\.\d"',"version: `"${{ github.ref_name }}`"" | Out-File radical_pinyin.schema.yaml
- name: Update build branch
run: |
Expand Down

0 comments on commit 368c2f9

Please sign in to comment.