Skip to content

Commit

Permalink
Add sample tag
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Jul 1, 2024
1 parent fe439f9 commit 23de014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
script: |
const regex = /(alpha|beta)/
const refName = context.ref.replace('refs/tags/', '')
console.log(`Ref name: ${refName}`)
const releaseType = (refName.match(regex))[0]
console.log(`Release type: ${releaseType}`)
return releaseType
Expand Down

0 comments on commit 23de014

Please sign in to comment.