Skip to content

2.8.8

2.8.8 #71

Workflow file for this run

name: publish
on:
release:
types: [released]
# support manual release in case something goes wrong and needs to be repeated or tested
workflow_dispatch:
inputs:
tag:
description: tag that needs to publish
type: string
required: true
jobs:
npm:
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
with:
ctc: true
sign: true
tag: latest
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
secrets: inherit