diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac343c0..ee0b924 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: - name: Restore and Build run: | - dotnet nuget add source --username ${{ github.actor }} --password ${{ github.token }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/denglihong2007/index.json" + dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/denglihong2007/index.json" dotnet restore dotnet build --configuration Release --no-restore diff --git a/CRSim/CRSim.csproj b/CRSim/CRSim.csproj index 6921c83..73b7e9c 100644 --- a/CRSim/CRSim.csproj +++ b/CRSim/CRSim.csproj @@ -9,7 +9,7 @@ 13.0 CRSim.App Assets\CRSimIcon.ico - 2.1.0.1 + 2.1.0.2