From 9ce28cb2eb0b521274ffee6aee9ba15733a200b3 Mon Sep 17 00:00:00 2001 From: Lasana Murray Date: Mon, 14 Aug 2023 21:51:02 -0400 Subject: [PATCH] specify artifact release=major --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdafb57..7ad8638 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: if: ${{ github.ref == 'refs/heads/master' }} steps: - uses: quenktechnologies/.github/actions/node/publish@master + with: + artifact: master-artifact env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}