Skip to content

Commit 0332f4b

Browse files
committed
fix release workflow
1 parent cee28a8 commit 0332f4b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
TF_ACC=0
2-
PROVIDER_SHORT_NAME=shoreline
3-
DEFAULT_TRIGGER_SOURCE=shoreline
1+
ENV_VARS_NAME_PREFIX=SHORELINE
42
SHORELINE_RETRIES=5
53
TF_LOG_FILE=/tmp/tf_provider.log
64
RENDERED_PROVIDER_NAME=Shoreline
5+
PROVIDER_SHORT_NAME=shoreline
76
PROVIDER_PATH=registry.opentofu.org/shorelinesoftware/shoreline
8-
ENV_VARS_NAME_PREFIX=SHORELINE
9-
DEFAULT_USER_NAME=Shoreline
7+
TF_ACC=0
8+
DEFAULT_TRIGGER_SOURCE=shoreline
109
SHORELINE_DEBUG=false
10+
DEFAULT_USER_NAME=Shoreline

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
RENDERED_PROVIDER_NAME: "Shoreline"
128128
PROVIDER_SHORT_NAME: "shoreline"
129129
ENV_VARS_NAME_PREFIX: "SHORELINE"
130+
TF_LOG_FILE: "/tmp/tf_provider.log"
131+
DEFAULT_USER_NAME: "Shoreline"
130132

131133
- name: Upload Release Artifacts
132134
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)