summary refs log tree commit diff
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
commit25987c29be82f14f75d14847d15d091394cac43f (patch)
tree8cf7c1550a65a28ebced856aefbbe4ebe4313774
parent:bug: fix release (diff)
downloadserver-25987c29be82f14f75d14847d15d091394cac43f.tar.xz
:bug: fix release version
-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