@spark-hire/bootstrap-themes 3.3.13 → 3.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,8 +21,7 @@ jobs:
21
21
 
22
22
  auto_release:
23
23
  needs: [initialize, build]
24
- uses: SparkHire/.github/.github/workflows/_auto_release.yaml@main
24
+ uses: SparkHire/.github/.github/workflows/_npm_gh_auto_release.yaml@main
25
25
  with:
26
- commit_hash: ${{ needs.initialize.outputs.commit_hash }}
27
26
  canary: false
28
27
  secrets: inherit
@@ -29,16 +29,20 @@ jobs:
29
29
  needs: [initialize]
30
30
  uses: SparkHire/.github/.github/workflows/_labeled.yaml@main
31
31
 
32
+ branch_name:
33
+ needs: [initialize]
34
+ uses: SparkHire/.github/.github/workflows/_npm_gh_auto_release_branch_name.yaml@patch/branch-name-workflow
35
+
32
36
  build:
33
- needs: [labeled, initialize]
37
+ needs: [labeled, branch_name, initialize]
34
38
  uses: ./.github/workflows/_build.yaml
35
39
  with:
36
40
  commit_hash: ${{ needs.initialize.outputs.commit_hash }}
37
41
 
38
42
  auto_release:
39
- needs: [labeled, initialize, build]
40
- uses: SparkHire/.github/.github/workflows/_auto_release.yaml@main
43
+ needs: [labeled, branch_name, initialize, build]
44
+ if: contains(github.event.pull_request.labels.*.name, 'Canary')
45
+ uses: SparkHire/.github/.github/workflows/_npm_gh_auto_release.yaml@main
41
46
  with:
42
- commit_hash: ${{ needs.initialize.outputs.commit_hash }}
43
47
  canary: true
44
- secrets: inherit
48
+ secrets: inherit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-hire/bootstrap-themes",
3
- "version": "3.3.13",
3
+ "version": "3.3.14",
4
4
  "description": "Custom Bootstrap 4 Themes",
5
5
  "repository": {
6
6
  "type": "git",