We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef3b7f commit e659003Copy full SHA for e659003
.github/workflows/semanticVersionBump.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
env:
24
VERSION_FILE: __version__.py
25
- PACKAGE_PATH: ${{ github.workspace }}/app/
+ PACKAGE_PATH: ${{ github.workspace }}/azureml_example/
26
27
steps:
28
- uses: actions/checkout@v4
0 commit comments