Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Egliss committed Nov 26, 2024
1 parent d157988 commit d6bbe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Publish to NuGet
run: dotnet nuget push SharpChatwork/bin/Release/SharpChatwork.0.2.2-alpha.nupkg --api-key ${{secrets.EGLISS_TOKEN}} --source "github"
run: dotnet nuget push SharpChatwork/bin/Release/SharpChatwork.0.2.4-alpha.nupkg --api-key ${{secrets.EGLISS_TOKEN}} --source "github"

0 comments on commit d6bbe16

Please sign in to comment.