Skip to content

Commit fea8ea7

Browse files
committed
try to remove [skip-ci] message so it publishes from CI
1 parent 6ec98d9 commit fea8ea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
concurrency: ${{ github.workflow }}-${{ github.ref }}
910

@@ -48,6 +49,9 @@ jobs:
4849
# This expects you to have a script called release which does a build for your packages and calls changeset publish
4950
publish: pnpm release
5051
version: pnpm version-packages
52+
commit: "chore(release): changesets versioning & publication"
53+
title: "Changesets: Versioning & Publication"
54+
createGithubReleases: true
5155
env:
5256
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5357
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)