Add API to get version information (#2309)
This commit is contained in:
6
.github/workflows/release-go.yaml
vendored
6
.github/workflows/release-go.yaml
vendored
@@ -15,6 +15,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Update version
|
||||
shell: bash
|
||||
run: |
|
||||
./new-release.sh
|
||||
git diff .
|
||||
|
||||
- name: Add SSH key
|
||||
run: |
|
||||
mkdir -p ~/.ssh/
|
||||
|
||||
Reference in New Issue
Block a user