Skip to content

Commit

Permalink
remove addition because it wasnt needed
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored Oct 22, 2024
1 parent f023f5d commit de51efd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:

- name: Find and Replace
run: ((Get-Content -path "Battlefield rich presence\\Jwt.cs" -Raw) -replace 'SUPERSECRETPLACEHOLDER','${{ secrets.JWTTOKEN }}') | Set-Content -Path "Battlefield rich presence\Jwt.cs"

- name: Update dotnet
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit de51efd

Please sign in to comment.