Skip to content

Commit 69c57b8

Browse files
authored
chore: workflow release triggers (#6)
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
1 parent 9313f89 commit 69c57b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33

44
on:
55
release:
6-
types: [published]
6+
types: [published, edited]
77

88
jobs:
99
Release:
@@ -18,7 +18,6 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
21-
fetch-tags: true
2221
persist-credentials: false
2322

2423
- name: Tag release

0 commit comments

Comments
 (0)