Skip to content

Commit

Permalink
Merge pull request #14 from KrystianLesniak/develop
Browse files Browse the repository at this point in the history
RC: 1.1.1
  • Loading branch information
KrystianLesniak authored Jul 30, 2023
2 parents fd393ab + 12078d2 commit b9711be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@ jobs:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
- name: Set Secrets
working-directory: ${{ env.SlnFolderPath }}/Tests/RetroAchievements.Api.Tests.Common
run: |
dotnet user-secrets set "Username" "${{ secrets.RA_USERNAME }}"
dotnet user-secrets set "WebApiKey" "${{ secrets.RA_WEBAPI_KEY }}"
- name: Run tests
env:
Username: ${{ secrets.RA_USERNAME }}
WebApiKey: ${{ secrets.RA_WEBAPI_KEY }}
working-directory: ${{ env.SlnFolderPath }}
run: dotnet test --configuration Release

Expand Down
2 changes: 1 addition & 1 deletion src/RetroAchievements.Api/RetroAchievements.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Package Metadata -->
<PropertyGroup>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Krystian Leśniak</Authors>
<Description>C# .NET library for getting achievement, user, and game data from RetroAchievements API</Description>
<PackageTags>library, api, retroachievements</PackageTags>
Expand Down

0 comments on commit b9711be

Please sign in to comment.