Skip to content

Commit

Permalink
Update Publish-to-NuGet.yml
Browse files Browse the repository at this point in the history
Attempting to fix if check
  • Loading branch information
jamiepollock committed Jan 15, 2024
1 parent afda7da commit 191d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish-to-NuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: dotnet pack ./src/Rhythm.Drop.Infrastructure/Rhythm.Drop.Infrastructure.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION

- name: Pack Rhythm.Drop.Builders
if: ${{ ! startsWith($PACKAGE_VERSION, '1.') }}
if: ${{ ! startsWith(env.PACKAGE_VERSION, '1.') }}
run: dotnet pack ./src/Rhythm.Drop.Builders/Rhythm.Drop.Builders.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION

- name: Pack Rhythm.Drop.Web.Infrastructure
Expand Down

0 comments on commit 191d839

Please sign in to comment.