Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
alt tags
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Apr 22, 2022
1 parent 4b1003e commit 431beab
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Create Release
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag'
required: true
version:
description: 'Node.js Version'
required: true
Expand All @@ -24,8 +21,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
with:
tag_name: ${{ github.event.inputs.tag }}
release_name: ${{ github.event.inputs.tag }}
tag_name: ${{ github.event.inputs.version }}
release_name: ${{ github.event.inputs.version }}
body: |
Node.js v${{ github.event.inputs.version }}
prerelease: false

0 comments on commit 431beab

Please sign in to comment.