Skip to content

Commit

Permalink
ci(beta): prepare beta builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Dec 4, 2021
1 parent 1556d84 commit b0865ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -234,7 +234,7 @@ jobs:
test-mysql-mariadb,
test-mssql,
]
if: github.event_name == 'push' && (github.ref == 'refs/heads/v6' || github.ref == 'refs/heads/v6-alpha')
if: github.event_name == 'push' && (github.ref == 'refs/heads/v6' || github.ref == 'refs/heads/v6-beta')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -180,8 +180,8 @@
"branches": [
"v6",
{
"name": "v6-alpha",
"prerelease": "alpha"
"name": "v6-beta",
"prerelease": "beta"
}
]
},
Expand Down

0 comments on commit b0865ec

Please sign in to comment.