Skip to content

Commit

Permalink
Merge pull request #102 from pureooze/ushamim/v0.7.1-IRC
Browse files Browse the repository at this point in the history
Bump IRC
  • Loading branch information
pureooze authored Mar 10, 2024
2 parents ec9de71 + fd6eedc commit d46735f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
id-token: write
contents: read
jobs:
build:

Expand All @@ -27,4 +24,9 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal --configuration Release
run: dotnet test --no-build --verbosity normal --configuration Release
- name: Pack
run: dotnet pack --no-build --configuration Release -o nupkg
- name: Publish
if: github.ref == 'refs/heads/main'
run: dotnet nuget push nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion TwitchEverywhere.Irc/TwitchEverywhere.Irc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
<Version>0.7.0</Version>
<Version>0.7.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackRelease>true</PackRelease>
<TargetFramework>net8.0</TargetFramework>
Expand Down

0 comments on commit d46735f

Please sign in to comment.