Skip to content

Commit

Permalink
build: fix release please
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Apr 30, 2024
1 parent 76927d1 commit 790355f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
id: release
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- name: tag stable versions
if: ${{ steps.release.outputs.release_created }}
run: |
Expand Down

0 comments on commit 790355f

Please sign in to comment.