Release fix #49

Merged
allan merged 5 commits from release-fix into development 2023-10-11 22:02:21 +00:00
7 changed files with 6487 additions and 20 deletions
Showing only changes of commit b776b80728 - Show all commits

View File

@@ -35,6 +35,8 @@ jobs:
run: |
npm i
npm i -g semantic-release
# We do a semantic-release DRY RUN to make the job fail if there are no changes to release
GITEA_TOKEN=${{ secrets.RELEASE_TOKEN }} GITEA_URL=https://git.datacontroller.io semantic-release --dry-run | grep -q "There are no relevant changes, so no new version is released." && exit 1
GITEA_TOKEN=${{ secrets.RELEASE_TOKEN }} GITEA_URL=https://git.datacontroller.io semantic-release
- name: Frontend Build