Skip to content

Commit

Permalink
fix publish CI typo (#228)
Browse files Browse the repository at this point in the history
* fix publish CI typo

* bump version
  • Loading branch information
dylan-holt-sage committed Nov 16, 2022
1 parent 773557c commit 0fca462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Package to nuget

on:
release:
types: [create]
types: [created]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Intacct.SDK/Intacct.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Intacct.SDK</PackageId>
<PackageVersion>3.2.0</PackageVersion>
<PackageVersion>3.2.1</PackageVersion>
<Authors>intacct</Authors>
<AssemblyTitle>Sage Intacct SDK</AssemblyTitle>
<Description>Sage Intacct SDK for .NET</Description>
Expand Down
2 changes: 1 addition & 1 deletion Intacct.SDK/Xml/RequestHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Intacct.SDK.Xml
{
public class RequestHandler
{
public const string Version = "3.2.0";
public const string Version = "3.2.1";

public ClientConfig ClientConfig;

Expand Down

0 comments on commit 0fca462

Please sign in to comment.