Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed May 21, 2024
1 parent b624699 commit 8e9eca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
needs: post-package-test
runs-on: ubuntu-latest

if: startsWith(github.event.head_commit.message, 'deploy:')
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download package
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
needs: post-package-test
runs-on: ubuntu-latest

if: startsWith(github.event.head_commit.message, 'deploy:')
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 8e9eca7

Please sign in to comment.