Skip to content

Commit 5c455a3

Browse files
committed
chore: enable the publish action again
1 parent 609d331 commit 5c455a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-fsharp.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name: Release F#
55

66
on:
7-
workflow_dispatch:
8-
# push:
9-
# tags:
10-
# - '*'
7+
workflow_dispatch: # xxx
8+
push:
9+
tags:
10+
- '*'
1111

1212
permissions:
1313
contents: write

0 commit comments

Comments
 (0)