Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
fix tags for versioning, woops
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Sep 13, 2024
1 parent 96396e8 commit 9672487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
submodules: recursive

- name: Get Environment Variables
run: echo "tag=${{ github.ref_name }}" >> $GITHUB_ENV
run: |
$tag = "${{ github.ref }}" -replace 'refs/tags/', ''
"tag=$tag" | Out-File -Append -FilePath $Env:GITHUB_ENV
- name: Set up .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 9672487

Please sign in to comment.