Skip to content

Commit

Permalink
fix(cicd): fix job names to sfp
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Feb 29, 2024
1 parent fe1137f commit a7c41f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:

#Promotion Stages

# Sfpowercripts

sfpowerscripts-alpha:
name: 'sfpowerscripts alpha'

sfp-alpha:
name: 'sfp alpha'
uses: ./.github/workflows/promotePackage.yml
with:
version: 'alpha'
Expand Down Expand Up @@ -110,13 +110,13 @@ jobs:
needs: [ build-docker-lite ]


sfpowerscripts-beta:
name: 'sfpowerscripts beta'
sfp-beta:
name: 'sfp beta'
uses: ./.github/workflows/promotePackage.yml
with:
version: 'beta'
pathToPackageJson: 'packages/sfp-cli/package.json'
environment: sfpowerscripts-beta
environment: sfp-beta
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
needs: [ build ]
Expand All @@ -125,7 +125,7 @@ jobs:
name: 'promote docker to beta'
uses: ./.github/workflows/sfp-promote-docker.yml
with:
job-environment: 'sfpowerscripts-beta-docker'
job-environment: 'sfp-beta-docker'
repo: 'flxbl-io'
new-tag: beta
image: 'sfp-lite-rc'
Expand All @@ -150,8 +150,8 @@ jobs:



sfpowerscripts-prod:
name: 'sfpowerscripts prod'
sfp-prod:
name: 'sfp prod'
uses: ./.github/workflows/promotePackage.yml
with:
version: 'latest'
Expand Down

0 comments on commit a7c41f8

Please sign in to comment.