We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23438b7 commit 1c33d41Copy full SHA for 1c33d41
.github/workflows/release.yaml
@@ -7,7 +7,9 @@ on:
7
8
jobs:
9
release:
10
+ if: github.repository == 'cherry-markdown/changesets-changelog-github'
11
runs-on: ubuntu-latest
12
+
13
steps:
14
- name: Checkout Repo
15
uses: actions/checkout@v4
@@ -36,7 +38,7 @@ jobs:
36
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
39
40
- name: Publish @cherry-markdown/changesets-changelog-github
- if: ${{ contains(steps.changesets.outputs.publishedPackages, '"name":"@cherry-markdown/changesets-changelog-github"') }}
41
+ if: ${{ contains(steps.changesets.outputs.publishedPackages, '"name":"@cherry-markdown/changesets-changelog-github"') }}
42
run: |
43
cd packages/changesets-changelog-github
44
npm publish --access public
0 commit comments