This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-go-services.git
The following commit(s) were added to refs/heads/main by this push:
new 7c30918 ci: checkout specific tag when tagging services. (#10)
7c30918 is described below
commit 7c309180a27a8757845761da1b0c224e248038b4
Author: Hanchin Hsieh <[email protected]>
AuthorDate: Sat Aug 10 22:15:15 2024 +0800
ci: checkout specific tag when tagging services. (#10)
---
.github/workflows/build_artifacts.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/build_artifacts.yaml
b/.github/workflows/build_artifacts.yaml
index 1b0d358..43c2f65 100644
--- a/.github/workflows/build_artifacts.yaml
+++ b/.github/workflows/build_artifacts.yaml
@@ -141,6 +141,8 @@ jobs:
service: ${{ fromJson(needs.matrix.outputs.matrix).service }}
steps:
- uses: actions/checkout@v4
+ with:
+ ref: ${{ needs.version_check.outputs.opendal_go_version }}
- name: Auto Service Tag
env:
SERVICE: ${{ matrix.service }}