Skip to content

Commit 2015789

Browse files
committed
feat: add propagation sleep
1 parent 1d1f9eb commit 2015789

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/check-deployed-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v3
2121

22+
- name: Wait for package to propagate
23+
run: sleep 300
24+
2225
- name: Make run script executable
2326
run: chmod +x check-deployed-package/run.sh
2427

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "logdash"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2024"
55
license = "MIT"
66
authors = ["firesz25 <olek.cz@outlook.com>"]

0 commit comments

Comments
 (0)