Skip to content

sopra-steria-salesforce/sf-unlocked-package-version-updater

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sf-unlocked-package-version-updater

This Github Action is a helper action to update the version number in sfdx-project.json. Forked from navikt/github-action-sfdx-version-updater.

Example

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

About

Easily update the version number of sf unlocked packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •