Skip to content

Commit 75e214f

Browse files
authored
Update auto-release.yml
1 parent be68eb7 commit 75e214f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Install dependencies
2626
run: dotnet restore
27-
- name: Build
28-
run: dotnet build --configuration Release --no-restore
2927
- name: Pack
30-
run: dotnet pack ./src/Log4net.Appenders.Fluentd/Log4net.Appenders.Fluentd.csproj --no-build --output out -p:PackageVersion=${{ steps.vers.outputs.version }}
28+
run: dotnet pack ./src/Log4net.Appenders.Fluentd/Log4net.Appenders.Fluentd.csproj --configuration Release --no-restore --output out -p:PackageVersion=${{ steps.vers.outputs.version }}
3129
- name: Create Github Release
3230
id: create_release
3331
uses: actions/create-release@v1

0 commit comments

Comments
 (0)