Skip to content

Commit

Permalink
Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Jul 1, 2024
1 parent bffa927 commit d75daac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const regex = '/(alpha|beta)/i'
const regex = '/(alpha|beta)/'
// FIXME:
// const refName = context.ref.replace('refs/tags/', '')
const refName = 'v0.0.1-alpha.0'
Expand Down

0 comments on commit d75daac

Please sign in to comment.