Skip to content

Commit 56b3723

Browse files
author
SF-CLI-BOT
authored
chore: sync github actions release [skip-validate-pr] [skip ci] (#119)
Authored via Leif
1 parent e0fa9c9 commit 56b3723

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/onPushToMain.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# test
2+
name: version, tag and github release
3+
4+
on:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
release:
10+
uses: salesforcecli/github-workflows/.github/workflows/githubRelease.yml@main
11+
secrets: inherit
12+
13+
# most repos won't use this
14+
# depends on previous job to avoid git collisions, not for any functionality reason
15+
# docs:
16+
# uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main
17+
# secrets: inherit
18+
# needs: release

0 commit comments

Comments
 (0)