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 c1fd799 commit 4b1003e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create Release
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag'
required: true
version:
description: 'Node.js Version'
required: true
Expand All @@ -21,8 +24,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
with:
tag_name: ${{ github.event.inputs.version }}
release_name: ${{ github.event.inputs.version }}
tag_name: ${{ github.event.inputs.tag }}
release_name: ${{ github.event.inputs.tag }}
body: |
Node.js v${{ github.event.inputs.version }}
prerelease: false

0 comments on commit 4b1003e

Please sign in to comment.