diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08068e4..a31e8c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: outputs: package-name: ${{ steps.packageInfo.outputs.package-name }} package-version: ${{ steps.packageInfo.outputs.package-version }} - commit-msg: ${{ steps.packageInfo.outputs.package-name }} + commit-msg: ${{ steps.packageInfo.outputs.commit-msg }} # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout Commit