mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-08-13 11:03:19 +00:00
Fix upstream repo in release.js
This commit is contained in:
parent
39d77f7157
commit
5fd37fcb24
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function bumpVersion(version, type) {
|
|||
|
||||
const inputArg = process.argv[2]
|
||||
const newVersion = bumpVersion(currentVersion, inputArg)
|
||||
const REMOTE = 'https://github.com/unkarelian/Aventuras.git'
|
||||
const REMOTE = 'https://github.com/AventurasTeam/Aventuras.git'
|
||||
|
||||
// Files to update manually
|
||||
const manualFiles = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue