Skip to content

Commit bb47103

Browse files
committed
update release workflow
1 parent be4788e commit bb47103

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1414
jobs:
1515
release:
1616
name: 🦋 Changesets Release
17-
if: github.repository == 'remix-run/v1-route-convention'
17+
if: github.repository == 'remix-run/v1-compat-utils'
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: 🛑 Cancel Previous Runs
@@ -58,10 +58,3 @@ jobs:
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
61-
62-
- name: 📝 Comment on related issues and pull requests
63-
if: steps.changesets.outputs.published == 'true'
64-
uses: mcansh/release-comment-action@0.2.0
65-
with:
66-
DIRECTORY_TO_CHECK: ./packages
67-
PACKAGE_VERSION_TO_FOLLOW: "@remix-run/v1-route-convention"

0 commit comments

Comments
 (0)