Skip to content

Commit

Permalink
Merge pull request #8 from ksv90/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ksv90 authored Feb 24, 2024
2 parents beeff7c + 65891cd commit 22958fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Validate

on:
pull_request:
types: [opened, reopened]
workflow_dispatch:

env:
Expand Down

0 comments on commit 22958fa

Please sign in to comment.