Skip to content

Commit

Permalink
Notice the skippyi input
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Dec 26, 2024
1 parent 8646f85 commit 7bc117f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-interactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- id: create-release
uses: softprops/action-gh-release@v2
if: github.event.inputs.skippypi == '0'
with:
name: Photons Interactor ${{ steps.version.outputs.version }}
body: "https://photons.delfick.com/apps/interactor/changelog.html#release-interactor-${{ steps.version.outputs.versiondash }}"
Expand All @@ -91,6 +92,7 @@ jobs:

- name: publish
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event.inputs.skippypi == '0'
with:
packages-dir: apps/interactor/dist

Expand Down

0 comments on commit 7bc117f

Please sign in to comment.