Skip to content

Commit 3747239

Browse files
committed
chore: format
1 parent 5098cd9 commit 3747239

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Publish Release
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
tag:
7-
description: 'Tag to use. Has to start with extra char like "v"'
8-
default: 'v'
9-
type: string
10-
required: true
5+
inputs:
6+
tag:
7+
description: 'Tag to use. Has to start with extra char like "v"'
8+
default: 'v'
9+
type: string
10+
required: true
1111
release:
1212
types: [created]
1313

@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Update version
3030
env:
31-
TAG: ${{ github.event.release.tag_name }}
32-
TAG_INPUT: ${{ inputs.tag }}
31+
TAG: ${{ github.event.release.tag_name }}
32+
TAG_INPUT: ${{ inputs.tag }}
3333
run: |
3434
${TAG:=$TAG_INPUT}
3535
npm version --no-git-tag-version ${$TAG:1}

0 commit comments

Comments
 (0)