Skip to content

Commit

Permalink
chore: workflow, fix windows release job github_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
terasum committed Sep 16, 2023
1 parent e961553 commit aa379ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.platform == 'windows-2019'
id: versionw
run: |
$tag = $env:GITHUB_SHA -replace "refs/tags/", ""
$tag = $env:GITHUB_REF -replace "refs/tags/", ""
echo "::set-output name=tag::$(echo $tag)"
- name: Inall pnpm
Expand Down

0 comments on commit aa379ef

Please sign in to comment.