Skip to content

Commit 36b3b2e

Browse files
authored
ci: create stable tag for docs (argoproj#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 <[email protected]> * remove extra space Signed-off-by: zachaller <[email protected]> * no need to run pages build Signed-off-by: zachaller <[email protected]> * no need to add message keep tags lightweight Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
1 parent f3f2a84 commit 36b3b2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ jobs:
183183
COSIGN_PRIVATE_KEY: ${{secrets.COSIGN_PRIVATE_KEY}}
184184
COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}}
185185

186+
- name: update stable tag for docs
187+
run: |
188+
git tag -f stable ${{ github.event.inputs.tag }}
189+
git push -f origin stable
190+
186191
- name: Draft release
187192
uses: softprops/action-gh-release@v1
188193
with:

0 commit comments

Comments
 (0)