Skip to content

Commit

Permalink
library-ci: disable changelog checking
Browse files Browse the repository at this point in the history
  • Loading branch information
adal-chiriliuc-reef committed Jun 27, 2024
1 parent 2b3e780 commit c959b4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/library_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Get version from tag
id: get-version
run: echo "version=${GITHUB_REF#refs/tags/library-v}" >> "$GITHUB_OUTPUT"
- name: Read the Changelog
id: read-changelog
uses: mindsers/changelog-reader-action@v2
with:
version: ${{ steps.get-version.outputs.version }}
path: ./compute_horde/CHANGELOG.md
# - name: Read the Changelog
# id: read-changelog
# uses: mindsers/changelog-reader-action@v2
# with:
# version: ${{ steps.get-version.outputs.version }}
# path: ./compute_horde/CHANGELOG.md
- name: Build
run: pdm build
- name: Create GitHub release and upload the distribution
Expand All @@ -51,4 +51,4 @@ jobs:
- name: Upload the distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ./compute_horde/dist/
packages-dir: ./compute_horde/dist/

0 comments on commit c959b4e

Please sign in to comment.