diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-17 22:42:16 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-17 22:42:16 +0200 |
commit | e611126c7c168b7c14e6d79fe02e1f996937bbfc (patch) | |
tree | ffe0135fdf4ca7ae9b9005bbb85a6689345a06c2 /.github | |
parent | :sparkles: mention regex (diff) | |
download | server-e611126c7c168b7c14e6d79fe02e1f996937bbfc.tar.xz |
:art: clean up
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af6f35ee..e0bb5e33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,11 +65,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Extract version - id: extract_version - uses: Saionaro/extract-package-version@v1.1.1 - with: - path: api - uses: actions/download-artifact@v2 with: name: fosscord-server-windows.exe |