Skip to content

Commit fb57cc1

Browse files
committed
Fixed another typo
1 parent f7d3269 commit fb57cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Pack
4848
if: matrix.os == 'ubuntu-latest'
4949
run: |
50-
dotnet pack -v normal --configuration ${{ matrix.configuration }} --include-symbols --include-source -p:PackageVersion=v${{ matrix.version }}-pre-$GITHUB_RUN_ID -o nupkg EntityFrameworkCore.Triggered.Core.slnf
50+
dotnet pack -v normal --configuration ${{ matrix.configuration }} --include-symbols --include-source -p:PackageVersion=${{ matrix.version }}-pre-$GITHUB_RUN_ID -o nupkg EntityFrameworkCore.Triggered.Core.slnf
5151
- name: Upload Artifact
5252
if: matrix.os == 'ubuntu-latest'
5353
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)