Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NostraThomas99 committed Mar 28, 2024
1 parent 0c19127 commit 3de21bd
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 @@ -14,7 +14,7 @@ jobs:

- name: Get Environment Variables
run: |
$tag = ${{ github.ref }} -replace 'refs/tags/v', ''
$tag = "${{ github.ref }}" -replace 'refs/tags/v', ''
"tag=$tag" | Out-File -Append -FilePath $Env:GITHUB_ENV
Expand Down

0 comments on commit 3de21bd

Please sign in to comment.