Skip to content

Commit

Permalink
ci(repo): fix prepare release action (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck authored Aug 23, 2024
1 parent 7f6b91c commit a248c45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
validate-title:
name: Validate PR Title
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
with:
toolchain: ${{ env.RUST_NIGHTLY_VERSION }}

- name: Setup Node && PNPM
uses: ./.github/actions/setup-node

- uses: knope-dev/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a248c45

Please sign in to comment.