Skip to content

Commit

Permalink
Fix path errors in test build automation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 19, 2024
1 parent 29a4207 commit a058656
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ on:
- dev
paths-ignore:
- 'neon_hana/version.py'
- '**/Chart.yaml'

jobs:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets: inherit
with:
version_file: "version.py"
version_file: "neon_hana/version.py"
publish_prerelease: true
publish_pypi: false
build_and_publish_docker:
Expand Down

0 comments on commit a058656

Please sign in to comment.