Skip to content

Commit afe5184

Browse files
Merge 'publish/v0.0.19' into 'main'
feat:v0.0.19 publish See merge request: !27
2 parents 1a80346 + 564579e commit afe5184

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
push:
1515
tags:
1616
- 'v*'
17+
workflow_dispatch: # 支持手动触发
1718
env:
1819
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1920
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
@@ -110,7 +111,7 @@ jobs:
110111
with:
111112
dotnet-version: ${{ matrix.dotnetverson }}
112113
- name: Setup Python
113-
uses: actions/setup-python@v1
114+
uses: actions/setup-python@v5
114115
with:
115116
python-version: ${{ matrix.pythonversion }}
116117
- name: Setup Java

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PULUMI_MISSING_DOCS_ERROR := false
1717

1818
# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
1919
# Local & branch builds will just used this fixed default version unless specified
20-
PROVIDER_VERSION ?= 0.0.18
20+
PROVIDER_VERSION ?= 0.0.19
2121

2222
# Check version doesn't start with a "v" - this is a common mistake
2323
ifeq ($(shell echo $(PROVIDER_VERSION) | cut -c1),v)

sdk/go/volcenginecc/internal/pulumiUtilities.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resource": true,
33
"name": "volcenginecc",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"server": "github://api.github.com/volcengine"
66
}

0 commit comments

Comments
 (0)