Skip to content

Commit

Permalink
fix the bug publish not run
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Nov 19, 2023
1 parent 8a9d3dd commit 0fdd0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'release/v') && github.event.pull_request.merged == true
if: startsWith(github.head_ref, 'releases/v') && github.event.pull_request.merged == true
env:
REPO: https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
steps:
Expand Down

0 comments on commit 0fdd0e8

Please sign in to comment.