Skip to content

Commit

Permalink
Replace deprecated release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed May 25, 2023
1 parent dc244d4 commit b4a0436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -17,12 +19,7 @@ jobs:
scripts/get_release_description.py | tee release_body.md
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
uses: ncipollo/release-action@v1
with:
tag_name: ${{ github.ref }}
release_name: ""
body_path: release_body.md
draft: false
prerelease: false
name: ""
bodyFile: release_body.md
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"muly",
"mypy",
"namegen",
"ncipollo",
"ndarray",
"ndim",
"newaxis",
Expand Down

0 comments on commit b4a0436

Please sign in to comment.