Skip to content

Commit

Permalink
fix: update release notes action to try and resolve CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljaltamirano committed Feb 13, 2024
1 parent 96c4438 commit d63a09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- uses: open-turo/actions-release/release-notes-preview@v2
- uses: open-turo/actions-release/lint-release-notes@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
Expand Down

0 comments on commit d63a09b

Please sign in to comment.