File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Release
6
6
on :
7
7
push :
8
8
branches :
9
- - master
9
+ - main
10
10
11
11
jobs :
12
12
conventional-commit-release :
53
53
# GitHub sets the GITHUB_TOKEN secret automatically.
54
54
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
55
GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
56
- - name : Copy Dist
57
- run : |
58
- TAG=${GORELEASER_CURRENT_TAG#v}
59
- cp 'terraform-registry-manifest.json' "dist/terraform-provider-quicknode_${TAG}_manifest.json"
60
- - name : Publish Private Provider
61
- uses : wparr-circle/terraform-cloud-provider-publish@e920d21d8cc221faf38377147062d769eeed6f8d # v1.4
62
- with :
63
- organization-name : circlefin
64
- organization-api-token : ${{ secrets.TF_CLOUD_TOKEN }}
65
- gpg-key : ${{ secrets.GPG_PUBLIC_KEY }}
66
- provider-directory : dist
Original file line number Diff line number Diff line change 4
4
schedule :
5
5
- cron : ' 34 23 * * 2'
6
6
push :
7
- branches : [ "master " ]
7
+ branches : [ "main " ]
8
8
pull_request :
9
- branches : [ "master " ]
9
+ branches : [ "main " ]
10
10
11
11
permissions : {}
12
12
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ name: Tests
6
6
on :
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
push :
11
11
branches :
12
- - master
12
+ - main
13
13
14
14
jobs :
15
15
build :
You can’t perform that action at this time.
0 commit comments