Skip to content

Commit 660b53e

Browse files
authored
Merge pull request #160 from Automattic/develop
2 parents 06bbefd + 322619d commit 660b53e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Deploy to WordPress.org
22
on:
33
release:
44
types: [released]
5+
6+
# Allow manually triggering the workflow.
7+
workflow_dispatch:
58
jobs:
69
tag:
710
name: New tag
@@ -10,9 +13,6 @@ jobs:
1013
- name: Checkout repository
1114
uses: actions/checkout@v3
1215

13-
- name: Configure NPM cache
14-
uses: c-hive/gha-npm-cache@v1
15-
1616
- name: Install Dependencies
1717
run: npm install
1818

0 commit comments

Comments
 (0)