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 55f1298 commit fe439f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
with:
script: |
const regex = /(alpha|beta)/
// FIXME:
// const refName = context.ref.replace('refs/tags/', '')
const refName = 'v0.0.1-alpha.0'
const refName = context.ref.replace('refs/tags/', '')
const releaseType = (refName.match(regex))[0]
console.log(`Release type: ${releaseType}`)
return releaseType
Expand Down

0 comments on commit fe439f9

Please sign in to comment.