We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fa9c9 commit 56b3723Copy full SHA for 56b3723
1 file changed
.github/workflows/onPushToMain.yml
@@ -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