Skip to content

Commit

Permalink
Reset deployment again
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Aug 23, 2023
1 parent 96f03e2 commit ea6f97c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Fixed-20230822-153609.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Fixed
body: 'Fixed slice interpolation in variable processing'
time: 2023-08-22T15:36:09.69757932+02:00
3 changes: 3 additions & 0 deletions .changes/unreleased/Fixed-20230823-112307.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Fixed
body: Fixed goreleaser config to point to correct domains
time: 2023-08-23T11:23:07.365389399+02:00
4 changes: 0 additions & 4 deletions .changes/v2.9.7.md

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Get goreleaser app token
id: get-app-token
uses: labd/action-gh-app-token@main
with:
app-id: ${{ secrets.MCI_APP_ID }}
private-key: ${{ secrets.MCI_APP_PRIVATE_KEY }}
installation-id: ${{ secrets.MCI_APP_INSTALLATION_ID }}

- name: Install chocolatey
run: |
mkdir -p /opt/chocolatey
Expand All @@ -36,7 +44,7 @@ jobs:
with:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.get-app-token.outputs.app-token }}
GOPATH: ${{ env.GOPATH }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v2.9.7 (2023-08-23)
### Fixed
* Fixed slice interpolation in variable processing
* Fixed goreleaser config to point to correct domains
## v2.9.6 (2023-07-17)
### Fixed
* Allow running mach-composer update with referenced components file
Expand Down

0 comments on commit ea6f97c

Please sign in to comment.