Update GHA to resolve failures related to deprecated shared action (#78) #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow will generate a distribution and upload it to PyPI | |
name: Publish Alpha Build | |
on: | |
push: | |
branches: | |
- dev | |
paths-ignore: | |
- 'neon_diana_utils/version.py' | |
- '**/Chart.yaml' | |
jobs: | |
publish_alpha_release: | |
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master | |
secrets: inherit | |
with: | |
version_file: "neon_diana_utils/version.py" | |
publish_prerelease: true | |
on_version_change: "scripts/sync_chart_app_version.py" |