Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Mar 26, 2021
1 parent 3b557c5 commit b4fb9eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,11 @@ jobs:
name: python-package
path: dist/*
- name: Create Release
id: create_release
uses: actions/create-release@v2
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
artifacts: dist/*
artifacts: 'dist/*'
body: |
Please see https://github.com/micom-dev/micom/blob/master/NEWS.md for the full release notes.
draft: false
Expand Down

0 comments on commit b4fb9eb

Please sign in to comment.