summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 23:28:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 23:28:28 +0200
commit3550e00c19a6f2eb49691eac060e5ce59c0c39aa (patch)
tree64d507646f50e3b1eb7fad47f5c93d6127010df1 /.github/workflows
parent:bug: fix release (diff)
downloadserver-3550e00c19a6f2eb49691eac060e5ce59c0c39aa.tar.xz
:bug: fix release version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 99fc8054..5c78b70f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
       - uses: actions/checkout@v2
       - name: Extract version
         id: extract_version
-        uses: Saionaro/extract-package-version@v1.0.6
+        uses: Saionaro/extract-package-version@v1.1.1
         with:
           path: api
       - uses: actions/download-artifact@v2