diff options
author | blinkov <blinkov@yandex-team.com> | 2023-10-03 16:33:58 +0300 |
---|---|---|
committer | blinkov <blinkov@yandex-team.com> | 2023-10-03 17:50:12 +0300 |
commit | 7f3e33760e8a36b34e5c336c4b2a286eb9be72eb (patch) | |
tree | ddecea06b2a0c2b50865a1be9c5303e5ad4d32de /.github/workflows | |
parent | 5df990c7c3c17ee179163535d76dcbe58723a58e (diff) | |
download | ydb-7f3e33760e8a36b34e5c336c4b2a286eb9be72eb.tar.gz |
switch back to upstream
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docs_release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs_release.yaml b/.github/workflows/docs_release.yaml index befc1eb234..f34cd69049 100644 --- a/.github/workflows/docs_release.yaml +++ b/.github/workflows/docs_release.yaml @@ -18,7 +18,7 @@ jobs: run: echo "version=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" | sed -e 's|stable-|v|g' -e 's|-|.|g' >> $GITHUB_OUTPUT id: extract_version - name: Release - uses: blinkov/docs-release-action@main + uses: diplodoc-platform/docs-release-action@v1 with: revision: "${{ github.sha }}" version: "${{ steps.extract_version.outputs.version }}" |