summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2021-11-19 12:42:29 +0100
committerNoDRM <[email protected]>2021-11-19 12:44:10 +0100
commit2edde54c44d29e145ae91204de8659da2c374b1e (patch)
treed8164ef8210c5a54430457f345e9820565b73ab4 /.github
parenta44b50d1d876efe18816b21666b55d087f01cdde (diff)
Fixes a bug that sometimes caused the plugin to fail
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 707a5de..c9f3ab7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Package
- run: python3 make_release.py 10.0.0
+ run: python3 make_release.py 10.0.1
- name: Upload
uses: actions/upload-artifact@v2
with: