From 3869f1d33be411ce8934f86c60ba7d765d5c44db Mon Sep 17 00:00:00 2001 From: Zach Aller Date: Tue, 13 Dec 2022 16:24:24 -0600 Subject: [PATCH] ci: create stable tag for docs (#2402) * ci: create stable tag for docs Create a stable tag so that docs do not track latest causing confusion for end users on what features are available. Signed-off-by: zachaller * remove extra space Signed-off-by: zachaller * no need to run pages build Signed-off-by: zachaller * no need to add message keep tags lightweight Signed-off-by: zachaller Signed-off-by: zachaller Signed-off-by: Travis Perdue --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 28f787bb04..e73d774f7c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -183,6 +183,11 @@ jobs: COSIGN_PRIVATE_KEY: ${{secrets.COSIGN_PRIVATE_KEY}} COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}} + - name: update stable tag for docs + run: | + git tag -f stable ${{ github.event.inputs.tag }} + git push -f origin stable + - name: Draft release uses: softprops/action-gh-release@v1 with: