Skip to content

Commit

Permalink
ci(dev): remove changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 9, 2023
1 parent f401201 commit 1ce4dce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dev-release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
command: build
args: --release --target ${{ matrix.target }} --all-features --verbose

- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}

- name: Compress binary
run: |
if [[ "${{ matrix.target }}" == *"linux"* ]]; then
Expand All @@ -64,7 +58,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
release_name: DAR to OAR Converter Development-${{ github.sha }}
body: ${{ steps.changelog.outputs.changes }}
body: "## Development release"
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.asset_name }}
asset_name: ${{ matrix.asset_name }}
Expand Down

0 comments on commit 1ce4dce

Please sign in to comment.