Skip to content

Commit

Permalink
cicd: update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joepreludian committed Nov 1, 2024
1 parent eeb2fb3 commit 1e058d9
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,10 @@ jobs:
github_token: ${{ env.GITHUB_TOKEN }}
tag: ${{ steps.project_version.outputs.version }}

- name: Create Release
id: create_release
uses: actions/create-release@v1
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.project_version.outputs.version }}
release_name: Release ${{ github.ref }} - v${{ steps.project_version.outputs.version }}
body: For more info, please check CHANGELOG
draft: false
prerelease: false
title: New Release
tag: v${{ steps.project_version.outputs.version }}

0 comments on commit 1e058d9

Please sign in to comment.