Skip to content

WSS-14 Added package scripts and removed deploy scripts #1

WSS-14 Added package scripts and removed deploy scripts

WSS-14 Added package scripts and removed deploy scripts #1

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:
promote: ${{ inputs.promote != null && inputs.promote }}
secrets:
ansible-vault-password: ${{ secrets.VAULT_PASSWORD }}