Skip to content

Commit

Permalink
Merge pull request #179 from pablosnt/hotfix/desktop-app-generation
Browse files Browse the repository at this point in the history
Fix Rekono Desktop generation
  • Loading branch information
pablosnt authored Mar 8, 2023
2 parents c530fed + 3152f3b commit e2c477e
Show file tree
Hide file tree
Showing 5 changed files with 836 additions and 886 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/desktop-applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 16

- name: Configure backend URL
if: github.event_name == 'workflow_dispatch'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.0] - 2023-03-07
## [1.5.0] - 2023-03-08

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="https://github.com/pablosnt/rekono/actions/workflows/security-sast.yml/badge.svg"/>
</a>
<a href="https://snyk.io/test/github/pablosnt/rekono" alt="SCA">
<img src="https://badgen.net/snyk/pablosnt/rekono?label=Vulnerabilities&labelColor=black&icon=https://snyk.io/wp-content/uploads/patch-white.svg">
<img src="https://badgen.net/snyk/pablosnt/rekono?label=SCA&labelColor=black&icon=https://snyk.io/wp-content/uploads/patch-white.svg">
</a>
<a href="https://github.com/pablosnt/rekono/actions/workflows/security-secrets.yml" alt="Secrets scanning">
<img src="https://github.com/pablosnt/rekono/actions/workflows/security-secrets.yml/badge.svg"/>
Expand Down
Loading

0 comments on commit e2c477e

Please sign in to comment.