Skip to content

Commit

Permalink
chore: updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jun 11, 2023
1 parent ef8fa5c commit 5df6065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
distribution: 'adopt'
cache: 'gradle'

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install dependencies
run: yarn install

- name: Download Web Files
uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@


### [0.2.3-beta.1](https://github.com/SachsenspieltCoding/vertretungsapp/compare/v0.2.3-beta.0...v0.2.3-beta.1) (2023-06-11)

### [0.2.3-beta.0](https://github.com/SachsenspieltCoding/vertretungsapp/compare/v0.2.2...v0.2.3-beta.0) (2023-06-11)

### 🪲 Bug Fixes

- wrong format in release-it config ([cd5e2b0](https://github.com/SachsenspieltCoding/vertretungsapp/commit/cd5e2b0b8ed3aa317819d18612d61f331dce2c1f))
- wrong format in release-it config ([cd5e2b0](https://github.com/SachsenspieltCoding/vertretungsapp/commit/cd5e2b0b8ed3aa317819d18612d61f331dce2c1f))

0 comments on commit 5df6065

Please sign in to comment.