Skip to content

Commit

Permalink
Remove action input and use tag instead
Browse files Browse the repository at this point in the history
Co-authored-by: Kristján Oddsson <[email protected]>
  • Loading branch information
mrnugget and koddsson committed Mar 22, 2024
1 parent ae89848 commit 615e10a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: "Create a new release"

on:
workflow_dispatch:
inputs:
release_tag:
description: "NPM Package version"
required: true
type: string
- workflow_dispatch

jobs:
build:
Expand All @@ -27,3 +22,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 615e10a

Please sign in to comment.