Skip to content

Commit

Permalink
Merge branch 'main' into zhancock/fix-entry-check
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 authored Jul 11, 2024
2 parents 31bfa64 + db51931 commit 8ed052b
Show file tree
Hide file tree
Showing 6 changed files with 5,105 additions and 6,826 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
- name: is-es5
run: npm run is-es5
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
id: extract_branch
- name: Preview semantic-release version
env:
Expand Down
Loading

0 comments on commit 8ed052b

Please sign in to comment.