File tree Expand file tree Collapse file tree 13 files changed +46
-12
lines changed
01-create-and-delete-instance
03-pause-and-resume-instance
04-create-paused-instance
05-create-instance-from-another-instance
06-create-instance-from-snapshot
07-create-instance-snapshot Expand file tree Collapse file tree 13 files changed +46
-12
lines changed Original file line number Diff line number Diff line change 1- * @ neo-technology/team-connectors
1+ * @ venikkin @ LackOfMorals
Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*'
7+
8+ permissions :
9+ contents : write
10+
11+ jobs :
12+ goreleaser :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+ with :
17+ fetch-depth : 0
18+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
19+ with :
20+ go-version-file : ' go.mod'
21+ cache : true
22+ - name : Import GPG key
23+ uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
24+ id : import_gpg
25+ with :
26+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
27+ passphrase : ${{ secrets.PASSPHRASE }}
28+ - name : Run GoReleaser
29+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
30+ with :
31+ args : release --clean
32+ env :
33+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34+ GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33PROVIDER_NAME=neo4jaura
4- VERSION=0.0.1
4+ VERSION=0.0.1-beta
55PLUGIN_FOLDER=" ${HOME} /.terraform.d/plugins/terraform.local/local/${PROVIDER_NAME} /${VERSION} /darwin_arm64/terraform-provider-${PROVIDER_NAME} _v${VERSION} "
66
77go fmt
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 neo4jaura = {
55 source = " terraform.local/local/neo4jaura"
6- version = " 0.0.1"
6+ version = " 0.0.1-beta "
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 neo4jaura = {
55 source = " terraform.local/local/neo4jaura"
6- version = " 0.0.1"
6+ version = " 0.0.1-beta "
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 neo4jaura = {
55 source = " terraform.local/local/neo4jaura"
6- version = " 0.0.1"
6+ version = " 0.0.1-beta "
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 neo4jaura = {
55 source = " terraform.local/local/neo4jaura"
6- version = " 0.0.1"
6+ version = " 0.0.1-beta "
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 neo4jaura = {
55 source = " terraform.local/local/neo4jaura"
6- version = " 0.0.1"
6+ version = " 0.0.1-beta "
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 neo4jaura = {
55 source = " terraform.local/local/neo4jaura"
6- version = " 0.0.1"
6+ version = " 0.0.1-beta "
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 neo4jaura = {
55 source = " terraform.local/local/neo4jaura"
6- version = " 0.0.1"
6+ version = " 0.0.1-beta "
77 }
88 }
99}
You can’t perform that action at this time.
0 commit comments