Skip to content

Commit

Permalink
chore: Rename release-please.yml to publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bisquit committed Jul 11, 2023
1 parent 872e1ad commit c90e825
Showing 1 changed file with 4 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +1,13 @@
name: Publish

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please
tags:
- 'v*'

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: release-please-action
outputs:
release-created: ${{ steps.release.outputs.release_created }}

publish:
runs-on: ubuntu-latest
needs: release-please
if: ${{ needs.release-please.outputs.release-created }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down

0 comments on commit c90e825

Please sign in to comment.