Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ba52651

Browse files
committed
chore(release): trigger on push for easy testing
1 parent 2f3d12d commit ba52651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release
22
on:
3+
# ! Make sure this is removed before merging.
34
push:
4-
tags:
5-
- "v*"
65
permissions:
76
contents: write
87
concurrency:
@@ -106,6 +105,7 @@ jobs:
106105
- name: Publish release
107106
uses: softprops/action-gh-release@v2
108107
with:
108+
tag_name: 0.0.0 # ! Make sure this is removed before merging.
109109
draft: true
110110
fail_on_unmatched_files: true
111111
files: upload/*.*

0 commit comments

Comments
 (0)