Skip to content

Commit 104bfa0

Browse files
committed
release: touch pack line to anchor suggestion as outdated
1 parent c01445a commit 104bfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Pack NuGet
4949
run: |
5050
if [ -f "src/AiDotNet.csproj" ]; then
51-
dotnet pack src/AiDotNet.csproj -c Release -o out /p:PackageVersion=${{ steps.version.outputs.version }}
51+
dotnet pack src/AiDotNet.csproj -c Release -o out /p:PackageVersion=${{ steps.version.outputs.version }} # pack AiDotNet
5252
fi
5353
5454
- name: Verify TFMs in package (net46, net6.0, net8.0)

0 commit comments

Comments
 (0)