Skip to content

Commit 7ccc187

Browse files
committed
fix release process
1 parent ea55a6a commit 7ccc187

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
aws-region: eu-west-1
3838
role-to-assume: arn:aws:iam::097948374213:role/github-actions-deploy
3939
- name: Deploy Layer
40-
run: npm run deploy
40+
run: AWS_PROFILE=prod npm run deploy
4141

4242
create-release:
4343
needs: [publish-node-packages]

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8+
## [Unreleased]
9+
10+
* fix deploy
11+
812
## [0.5.1] - 2024-03-27
913

1014
* Deploy to all regions

0 commit comments

Comments
 (0)