We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7650f commit 46c7086Copy full SHA for 46c7086
.github/workflows/release.yml
@@ -19,3 +19,8 @@ jobs:
19
- uses: ncipollo/release-action@v1
20
with:
21
artifacts: "demo-plugin.zip"
22
+ draft: true
23
+ - uses: ncipollo/release-action@v1
24
+ with:
25
+ allowUpdates: true
26
+ replacesArtifacts: false
demo.php
@@ -30,5 +30,5 @@
30
});
31
32
function daily_revenue() {
33
- echo '<p>Your revenue for today is $123.45</p>';
+ echo '<p>Hi there! Your revenue for today is $123.45</p>';
34
}
0 commit comments