feat: add new empty apex unit test template (#575) #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Version, Tag and Github Release | |
on: | |
push: | |
branches: [main] | |
jobs: | |
release: | |
uses: salesforcecli/github-workflows/.github/workflows/githubRelease.yml@main | |
secrets: | |
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.IDEE_GH_TOKEN }} |