Skip to content

ci: add package-lock.json #3

ci: add package-lock.json

ci: add package-lock.json #3

name: create-github-release
on:
push:
branches: [main]
jobs:
release:
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
# secrets: inherit
# you can also pass in values for the secrets
secrets:
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}