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 be4788e commit bb47103Copy full SHA for bb47103
.github/workflows/release.yml
@@ -14,7 +14,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
14
jobs:
15
release:
16
name: 🦋 Changesets Release
17
- if: github.repository == 'remix-run/v1-route-convention'
+ if: github.repository == 'remix-run/v1-compat-utils'
18
runs-on: ubuntu-latest
19
steps:
20
- name: 🛑 Cancel Previous Runs
@@ -58,10 +58,3 @@ jobs:
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
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