Skip to content

Commit

Permalink
IcWa - Fixed typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
FloryxHwa committed Jul 4, 2024
1 parent a575fc1 commit e4303ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
$tag = "${{ github.ref }}" -replace 'refs/tags/', ''
"tag=$tag" | Out-File -Append -FilePath $Env:GITHUB_EN
"tag=$tag" | Out-File -Append -FilePath $Env:GITHUB_ENV
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit e4303ae

Please sign in to comment.