Skip to content

Commit f624b32

Browse files
committed
Generate plugin repo YAML in CI
1 parent 663ed9f commit f624b32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@ jobs:
128128
env:
129129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130130

131+
- name: Delete and regenerate tag snapshot
132+
run: |
133+
echo "Deleting existing snapshot tag..."
134+
git tag -d snapshot || true
135+
git push origin :snapshot || true
136+
echo "Regenerating snapshot tag..."
137+
git tag snapshot
138+
git push origin snapshot --force
139+
131140
- name: Create GitHub Release
132141
uses: softprops/action-gh-release@v1
133142
with:

0 commit comments

Comments
 (0)