Skip to content

Commit

Permalink
artifact tag from input/ref_name (#12)
Browse files Browse the repository at this point in the history
* artifact tag from input/ref_name

* no defaults
  • Loading branch information
saraswatpuneet authored Jul 30, 2024
1 parent 3116fe3 commit 2e5d5bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ on:
tag:
description: 'Tag version'
required: true
default: 'v0.0.1'

env:
NODE_VERSION: 20
ASSET_RELEASE_NAME: passkey-wallet-generator
ASSET_RELEASE_TAG_VERSION: ${{ github.ref }}
ASSET_RELEASE_TAG_VERSION: ${{github.event.inputs.tag || github.ref_name}}

jobs:
build-and-release:
Expand Down

0 comments on commit 2e5d5bd

Please sign in to comment.