Skip to content

Commit

Permalink
Merge pull request #22 from smartprocure/feature/fix-publish-command
Browse files Browse the repository at this point in the history
Fix publish command
  • Loading branch information
stellarhoof authored Feb 17, 2023
2 parents f32fdb6 + 09ee913 commit 424355c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release
name: Release or Create Release PR

on:
push:
branches:
- main

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

- name: Create Release Pull Request
- name: Release or Create Release PR
uses: changesets/action@v1
with:
version: yarn version
Expand Down

0 comments on commit 424355c

Please sign in to comment.