Skip to content

Commit 8349f99

Browse files
Fix CI/CD pipelines (#1203)
* Release v4.0.1-beta * Release v4.0.1 * Release v4.0.2 * cicd: Use GITHUB token instead of REPO_GHA_PAT * Release v4.0.3 * Release v4.0.4
1 parent 3ae68bd commit 8349f99

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/create-release-and-trigger-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Trigger NPM publish
2929
uses: peter-evans/repository-dispatch@v1
3030
with:
31-
token: ${{ secrets.REPO_GHA_PAT }}
31+
token: ${{ secrets.GITHUB_TOKEN }}
3232
repository: vtex/toolbelt
3333
event-type: publish-stable-npm
3434
- name: Trigger AWS publish
3535
uses: peter-evans/repository-dispatch@v1
3636
with:
37-
token: ${{ secrets.REPO_GHA_PAT }}
37+
token: ${{ secrets.GITHUB_TOKEN }}
3838
repository: vtex/toolbelt
3939
event-type: publish-stable-aws

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.4] - 2023-11-03
11+
12+
### Fixed
13+
- CI publishing pipeline
14+
1015
## [4.0.0] - 2023-10-30
1116

1217
### Removed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vtex",
3-
"version": "4.0.0",
3+
"version": "4.0.4",
44
"description": "The platform for e-commerce apps",
55
"bin": "bin/run",
66
"main": "lib/api/index.js",

0 commit comments

Comments
 (0)