From 4807360b2f709543894dd999e916d8369201391a Mon Sep 17 00:00:00 2001 From: Mat Zaremba Date: Fri, 20 Jan 2023 15:17:36 +0000 Subject: [PATCH] Update release-dry.yml --- .github/workflows/release-dry.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-dry.yml b/.github/workflows/release-dry.yml index 68f15a5..41de1e7 100644 --- a/.github/workflows/release-dry.yml +++ b/.github/workflows/release-dry.yml @@ -16,5 +16,11 @@ jobs: with: node-version: '18.13.0' + - name: Install Dependencies + run: npm ci + - name: Dry Release run: npx semantic-release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}