Skip to content

Commit

Permalink
Actions Success!
Browse files Browse the repository at this point in the history
  • Loading branch information
l0ss committed Jun 15, 2021
1 parent a3f140b commit 6639344
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: BuildAndRelease

on: [push]

Expand All @@ -22,12 +22,6 @@ jobs:
- name: Build
run: msbuild Snaffler.sln /p:Configuration=Release

- name: Debug
run: pwd

- name: Debug2
run: get-childitem -recurse

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 6639344

Please sign in to comment.