Skip to content

Commit

Permalink
Test release auto creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 authored Feb 17, 2021
1 parent 9c9c210 commit b4c8fa7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Release Build"
files: Pcapngfile.dll

0 comments on commit b4c8fa7

Please sign in to comment.