Skip to content

Commit

Permalink
Fix core release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Dec 26, 2024
1 parent d5d29b8 commit db5c8e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-arranger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ jobs:

- name: publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: apps/arranger/dist
9 changes: 3 additions & 6 deletions .github/workflows/release-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
run: >
echo "package=lifx_photons_core-${{ steps.version.outputs.version }}.tar.gz" >> $GITHUB_OUTPUT
- id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- id: create-release
uses: softprops/action-gh-release@v2
with:
Expand All @@ -49,7 +44,9 @@ jobs:
fail_on_unmatched_files: true
draft: false
prerelease: false
files: "dist/*"
files: "modules/dist/*"

- name: publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: modules/dist
2 changes: 2 additions & 0 deletions .github/workflows/release-interactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:

- name: publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: apps/interactor/dist

- name: Get the docker context
env:
Expand Down

0 comments on commit db5c8e8

Please sign in to comment.