Skip to content

Commit

Permalink
ci: added release please
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Oct 23, 2023
1 parent dbdbd18 commit ddc87d2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
ui:
name: UI
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
prettier:
name: Prettier
runs-on: ubuntu-22.04
runs-on: ubuntu-latestu
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-setup@v1
Expand All @@ -18,7 +18,7 @@ jobs:
eslint:
name: Eslint
runs-on: ubuntu-22.04
runs-on: ubuntu-latestu
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-setup@v1
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Release Please

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: ns8-user-manager

0 comments on commit ddc87d2

Please sign in to comment.