Skip to content

Commit d57b9ab

Browse files
authored
ci(tag): remove 'auto-tag' action (#222)
1 parent 38ac7df commit d57b9ab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,6 @@ jobs:
144144
release-type: simple
145145
package-name: gitlinker.nvim
146146
- uses: actions/checkout@v4
147-
- uses: rickstaa/action-create-tag@v1
148-
if: ${{ steps.release.outputs.release_created }}
149-
with:
150-
tag: stable
151-
message: "Current stable release: ${{ steps.release.outputs.tag_name }}"
152-
tag_exists_error: false
153-
force_push_tag: true
154147
- uses: nvim-neorocks/luarocks-tag-release@v5
155148
if: ${{ steps.release.outputs.release_created }}
156149
env:

0 commit comments

Comments
 (0)