From 88c18323a79ec04726cc338cad6bd2a270adf494 Mon Sep 17 00:00:00 2001 From: Carsten Hoffmann Date: Sat, 14 Aug 2021 21:48:14 +0200 Subject: [PATCH] feat: test next release version --- .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 d34beb5d..91e59752 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: NODE_ENV: production - name: Create archive as a preparation for the release run: zip -r release.zip dist/** - - name: Release + - name: Release to GitHub run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}