Skip to content

Commit

Permalink
Merge pull request #160 from Automattic/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Mar 21, 2022
2 parents 06bbefd + 322619d commit 660b53e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Deploy to WordPress.org
on:
release:
types: [released]

# Allow manually triggering the workflow.
workflow_dispatch:
jobs:
tag:
name: New tag
Expand All @@ -10,9 +13,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Configure NPM cache
uses: c-hive/gha-npm-cache@v1

- name: Install Dependencies
run: npm install

Expand Down

0 comments on commit 660b53e

Please sign in to comment.