From d346a394e6917a2a7db7416233c1b660e8accfb4 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 23 Oct 2021 12:57:59 -0700 Subject: [PATCH] fixing packagr actions for publishing artifacts. --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6393d1..bc01456 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,7 +57,8 @@ jobs: env: # This is necessary in order to push a commit to the repo GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} # Leave this line unchanged - + with: + version_metadata_path: ${{ github.event.inputs.version_metadata_path }} - name: Publish Release id: publish uses: packagrio/action-publishr-go@master