Skip to content

WSS-14 Bump to next version number #4

WSS-14 Bump to next version number

WSS-14 Bump to next version number #4

Workflow file for this run

name: Create package version
on:
push:
branches:
- main
workflow_dispatch:
inputs:
promote:
description: "Promote package version to released"
type: boolean
default: false
required: true
jobs:
package:
uses: wtaxco/wtax-github-actions-workflows/.github/workflows/create-sfdx-package.yml@main
with:
source-directory: sfdx-source/apex-common
promote: ${{ inputs.promote != null && inputs.promote }}
secrets:
ansible-vault-password: ${{ secrets.VAULT_PASSWORD }}