Skip to content

Commit 173ebcd

Browse files
authored
Merge pull request #578 from pksunkara/manual
Add workflow_dispatch for manual publish
2 parents ca961b3 + 6fd5c72 commit 173ebcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Publish
22
on:
3+
workflow_dispatch: # We can add version input when 1.0 is released and scheduled releases are removed
34
schedule:
45
- cron: "0 0 * * 0" # midnight UTC on Sunday
56

@@ -18,7 +19,7 @@ jobs:
1819
- name: Install Rust toolchain
1920
uses: actions-rs/toolchain@v1
2021
with:
21-
toolchain: stable
22+
toolchain: stable
2223
profile: minimal
2324
override: true
2425

0 commit comments

Comments
 (0)