Skip to content

Commit

Permalink
fix: release push new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza-Bouhelal committed Oct 7, 2023
1 parent f4957db commit 118d860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-fs",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ console.log('Released successfully! \n Pushing to git...');

execSync([
'git remote remove origin',
'git remote add origin https://bouhelalhamza:${GITLAB_TOKEN}@gitlab.com/packages3525740/cypress-fs.git',
'git remote add origin https://bouhelalhamza:${GITLAB_TOKEN}@gitlab.com/bouhelalhamza/cypress-fs.git',
'git push origin HEAD:main -o ci.skip'
].join(' && '), { encoding: 'utf-8' });

0 comments on commit 118d860

Please sign in to comment.