Skip to content

Commit

Permalink
no need to add message keep tags lightweight
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller committed Dec 13, 2022
1 parent 7a3a6c6 commit 5e4c156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

- name: update stable tag for docs
run: |
git tag -f -m "" stable ${{ github.event.inputs.tag }}
git tag -f stable ${{ github.event.inputs.tag }}
git push -f origin stable
- name: Draft release
Expand Down

0 comments on commit 5e4c156

Please sign in to comment.