Skip to content

Commit 42055df

Browse files
Nightly Release
1 parent 5a41f7c commit 42055df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ publish:
3838
@git add .
3939
@git commit -am "Nightly Release" || true
4040
@git push
41-
@mush publish
41+
@mush publish --allow-dirty
4242

4343
publish-stable:
4444
@git add .

bin/mush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
## BP010: Release metadata
33
## @build_type: bin
4-
## @build_date: 2024-03-21T20:47:59Z
4+
## @build_date: 2024-03-21T20:48:06Z
55
set -e
66
use() { return 0; }
77
extern() { return 0; }

target/release/mush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
## BP010: Release metadata
33
## @build_type: bin
4-
## @build_date: 2024-03-21T20:47:59Z
4+
## @build_date: 2024-03-21T20:48:06Z
55
set -e
66
use() { return 0; }
77
extern() { return 0; }

0 commit comments

Comments
 (0)