This Github Action is a helper action to update the version number in sfdx-project.json
. Forked from
navikt/github-action-sfdx-version-updater.
name: 'Deploy'
on:
push:
branches:
- master
- main
jobs:
promote:
name: Promote
steps:
- run: echo 'promoting'
deploy:
name: Deploy
needs: promote
steps:
- run: echo 'Deploying'
sf-unlocked-package-version-updater:
name: Update Version Number
needs: promote
steps:
- uses: actions/checkout@v4
- uses: sopra-steria-salesforce/sf-unlocked-package-version-updater@v2