Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Oct 27, 2021
1 parent 47d8609 commit 2e276db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -113,7 +112,7 @@ jobs:
| xargs -I '{}' \
curl -X DELETE -H "Authorization: Bearer $GITHUB_TOKEN" https://api.github.com/repos/$GITHUB_REPOSITORY/releases/{}
- name: Create Release Draft
- name: Create release draft
if: github.ref == 'refs/heads/master'
id: createDraft
uses: actions/create-release@v1
Expand All @@ -124,7 +123,6 @@ jobs:
release_name: v${{ env.SPP_PROBE_VERSION }}
draft: true

- run: ls -lh ./e2e
- name: Upload spp-probe asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 2e276db

Please sign in to comment.