Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 21, 2024
2 parents b0d0e37 + 254eb91 commit f730e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set env
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build Package
run: dotnet build --no-restore --configuration Release /p:Version=${VERSION}
- name: Test cases
run: dotnet test --no-build --verbosity normal --configuration Release /p:Version=${VERSION}
run: dotnet test --no-build --verbosity normal --configuration Release /p:Version=${VERSION}
- name: Pack Package
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output ./nuget
- name: Update resources
Expand Down
Binary file added nuget/Avalara.SDK.24.2.29.nupkg
Binary file not shown.

0 comments on commit f730e26

Please sign in to comment.