diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 993075d7b..de0b81bab 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -164,7 +164,6 @@ jobs: file: ${{ steps.zipball.outputs.file_name }} name: selfoss.zip version: ${{ steps.zipball.outputs.version }} - tags: "version:latest" - name: Prepare a changelog run: | diff --git a/README.md b/README.md index b602a0378..335f4bbc5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ selfoss is currently maintained by Jan Tojnar in his free time. Due to the [limi ## Download * [Stable releases](https://github.com/fossar/selfoss/releases) – if you just want to use selfoss. -* [Development builds](https://cloudsmith.io/~fossar/repos/selfoss-git/packages/) ([latest](https://cloudsmith.io/~fossar/repos/selfoss-git/packages/?q=version%3Alatest)) – if you want to try unreleased features or bug fixes, or help testing them. Hosted by [Cloudsmith](https://cloudsmith.com) +* [Development builds](https://cloudsmith.io/~fossar/repos/selfoss-git/packages/) – if you want to try unreleased features or bug fixes, or help testing them. Hosted by [Cloudsmith](https://cloudsmith.com) * [Git-tracked source code](https://github.com/fossar/selfoss) – if you want to join selfoss development. Some [assembly](#development) required.