Skip to content

Commit 46c7086

Browse files
committed
Example changes for 0.0.2 release
1 parent ff7650f commit 46c7086

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
- uses: ncipollo/release-action@v1
2020
with:
2121
artifacts: "demo-plugin.zip"
22+
draft: true
23+
- uses: ncipollo/release-action@v1
24+
with:
25+
allowUpdates: true
26+
replacesArtifacts: false

demo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
});
3131

3232
function daily_revenue() {
33-
echo '<p>Your revenue for today is $123.45</p>';
33+
echo '<p>Hi there! Your revenue for today is $123.45</p>';
3434
}

0 commit comments

Comments
 (0)