From d2b47402a81e90a7d8592c029a5a5799a32547d0 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 10 May 2024 15:03:00 -0400 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c7e960..4174f39 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: - name: 4. Create Release uses: ncipollo/release-action@v1.14.0 with: - artifact: ./artifact/CodingWithCalvin.SuperClean.Vsix.vsix + artifacts: ./artifact/CodingWithCalvin.SuperClean.Vsix.vsix generateReleaseNotes: true makeLatest: true token: ${{secrets.GH_SECRET}}