Skip to content

Commit

Permalink
fix outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Sep 5, 2024
1 parent 174a9d9 commit 347fad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow-get-package-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ on:
default: mlflow
outputs:
package-version:
value: ${{ jobs.get-version.package-version.package_version }}
value: ${{ jobs.get-version.outputs.package-version }}

jobs:
get-version:
runs-on: ubuntu-latest
outputs:
package-version: ${{ steps.package-version.outputs.package_version }}
steps:
- name: Checkout Repository
id: checkout
Expand Down

0 comments on commit 347fad9

Please sign in to comment.