Skip to content

Commit

Permalink
ci: create stable tag for docs (argoproj#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]>
Signed-off-by: Travis Perdue <[email protected]>
  • Loading branch information
zachaller authored and Travis Perdue committed Jan 12, 2023
1 parent 3993d7b commit 3869f1d
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 3869f1d

Please sign in to comment.