Skip to content

Commit

Permalink
ci: create stable tag for docs (#2402)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
zachaller authored Dec 13, 2022
1 parent f3f2a84 commit 36b3b2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 36b3b2e

Please sign in to comment.