Skip to content

Commit 424355c

Browse files
authored
Merge pull request #22 from smartprocure/feature/fix-publish-command
Fix publish command
2 parents f32fdb6 + 09ee913 commit 424355c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Release
1+
name: Release or Create Release PR
22

33
on:
44
push:
55
branches:
66
- main
77

88
jobs:
9-
release:
9+
release-or-create-pr:
1010
# Only one publish job should run at a time
1111
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
1212
concurrency: publish
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: yarn install --immutable
2626

27-
- name: Create Release Pull Request
27+
- name: Release or Create Release PR
2828
uses: changesets/action@v1
2929
with:
3030
version: yarn version

0 commit comments

Comments
 (0)