Skip to content

Commit

Permalink
chore: hardcode v6 branch name in v6 canary publish (#6512)
Browse files Browse the repository at this point in the history
Not sure if this is why the job is being skipped.

If this is the right fix, we'll want to update https://typescript-eslint.io/maintenance/releases#1-pre-release-preparation too.
  • Loading branch information
JoshuaKGoldberg committed Feb 21, 2023
1 parent 94dff84 commit 06b96ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
name: Publish the next major version code as a canary version
runs-on: ubuntu-latest
needs: [integration_tests, lint_with_build, lint_without_build, unit_tests]
if: github.ref == 'refs/heads/v${major}'
if: github.ref == 'refs/heads/v6'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 06b96ad

Please sign in to comment.