Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 28, 2023
1 parent 5098cd9 commit 3747239
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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}
Expand Down

0 comments on commit 3747239

Please sign in to comment.