Skip to content

Commit

Permalink
chore: switch repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Oct 21, 2023
1 parent bbfe63e commit b7f6ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/desktop-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
const script = require('./.scripts/bump-version-electron.js')
console.log(script.desktopTimer(true))
env:
PROJECT_REPO: 'git@github.com:ever-co/ever-teams.git'
PROJECT_REPO: 'https://github.com/ever-co/ever-teams.git'
DESKTOP_TIMER_APP_NAME: 'ever-teams-desktop'
COMPANY_SITE_LINK: 'https://ever.team'
DESKTOP_TIMER_APP_DESCRIPTION: 'Ever Teams Desktop'
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
const script = require('./.scripts/bump-version-electron.js')
console.log(script.desktopTimer(true))
env:
PROJECT_REPO: 'git@github.com:ever-co/ever-teams.git'
PROJECT_REPO: 'https://github.com/ever-co/ever-teams.git'
DESKTOP_TIMER_APP_NAME: 'ever-teams-desktop'
COMPANY_SITE_LINK: 'https://ever.team'
DESKTOP_TIMER_APP_DESCRIPTION: 'Ever Teams Desktop'
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
const script = require('./.scripts/bump-version-electron.js')
console.log(script.desktopTimer(true))
env:
PROJECT_REPO: 'git@github.com:ever-co/ever-teams.git'
PROJECT_REPO: 'https://github.com/ever-co/ever-teams.git'
DESKTOP_TIMER_APP_NAME: 'ever-teams-desktop'
COMPANY_SITE_LINK: 'https://ever.team'
DESKTOP_TIMER_APP_DESCRIPTION: 'Ever Teams Desktop'
Expand Down

0 comments on commit b7f6ffd

Please sign in to comment.