Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Removed trailing space
  • Loading branch information
jake1164 authored Nov 24, 2024
1 parent 3c698db commit 64f769d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

- name: Publish project with version
run: |
dotnet publish ShelterViewer.Web.Client/ShelterViewer.Web.Client.csproj \
dotnet publish ShelterViewer.Web.Client/ShelterViewer.Web.Client.csproj \
/p:Configuration=Release \
/p:GHPages=true \
/p:Version=${{ github.event.release.tag_name }} \
--output release
# inject a ga4 script tag into the index.html
- name: Inject GA4 script tag
run: |
Expand Down

0 comments on commit 64f769d

Please sign in to comment.