Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
uses: changesets/action@v1
with:
version: npm run changeset:version
publish: npm run changeset:tag
publish: npm run changeset:publish
Comment thread
cameri marked this conversation as resolved.
Outdated
createGithubReleases: true
title: "chore(release): version packages"
title: "chore: release new version 🚀"
commit: "chore: version packages"
Comment thread
cameri marked this conversation as resolved.
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }}
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"postdocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml down",
"prepare": "husky install || exit 0",
"changeset:version": "changeset version",
"changeset:tag": "changeset tag"
"changeset:publish": "changeset publish"
},
"repository": {
"type": "git",
Expand Down
Loading