From 3747239ff72b028b620d87e648bc497c8700d5f6 Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Fri, 28 Apr 2023 18:25:14 +0200 Subject: [PATCH] chore: format --- .github/workflows/publish.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0d9a618..16b2cf4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,12 +2,12 @@ name: Publish Release on: workflow_dispatch: - inputs: - tag: - description: 'Tag to use. Has to start with extra char like "v"' - default: 'v' - type: string - required: true + inputs: + tag: + description: 'Tag to use. Has to start with extra char like "v"' + default: 'v' + type: string + required: true release: types: [created] @@ -28,8 +28,8 @@ jobs: - name: Update version env: - TAG: ${{ github.event.release.tag_name }} - TAG_INPUT: ${{ inputs.tag }} + TAG: ${{ github.event.release.tag_name }} + TAG_INPUT: ${{ inputs.tag }} run: | ${TAG:=$TAG_INPUT} npm version --no-git-tag-version ${$TAG:1}