Skip to content

Commit

Permalink
Fixed issues with release action YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Feb 10, 2020
1 parent 776c895 commit 1bee0a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Create & Publish a Release"
name: "Create Release"

on:
push:
Expand All @@ -19,10 +19,10 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true

publish_to_pypi:

Expand Down

0 comments on commit 1bee0a5

Please sign in to comment.