Skip to content

Commit

Permalink
Fix CI/CD pipelines (#1203)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
arturpimentel authored Nov 6, 2023
1 parent 3ae68bd commit 8349f99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-and-trigger-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Trigger NPM publish
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_GHA_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
repository: vtex/toolbelt
event-type: publish-stable-npm
- name: Trigger AWS publish
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_GHA_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
repository: vtex/toolbelt
event-type: publish-stable-aws
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.4] - 2023-11-03

### Fixed
- CI publishing pipeline

## [4.0.0] - 2023-10-30

### Removed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex",
"version": "4.0.0",
"version": "4.0.4",
"description": "The platform for e-commerce apps",
"bin": "bin/run",
"main": "lib/api/index.js",
Expand Down

0 comments on commit 8349f99

Please sign in to comment.