Skip to content

Commit 063bc92

Browse files
committed
ci: update github release workflow
1 parent 7982355 commit 063bc92

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: create-github-release
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
release:
9+
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
10+
secrets: inherit
11+
# you can also pass in values for the secrets
12+
# secrets:
13+
# SVC_CLI_BOT_GITHUB_TOKEN: gh_pat00000000

.github/workflows/onPushToMain.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)