Skip to content

Commit 221cdc8

Browse files
authored
Update deploy.yml
1 parent 0019900 commit 221cdc8

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1+
2+
name: Deploy to WordPress.org
13
on:
24
push:
3-
branches:
4-
- tags/*
5-
name: Deploy to WordPress.org
5+
tags:
6+
- "*"
67
jobs:
78
tag:
9+
name: New tag
810
runs-on: ubuntu-latest
911
steps:
1012
- uses: actions/checkout@master
11-
- name: tag
12-
uses: actions/bin/filter@master
13-
with:
14-
args: tag
1513
- name: WordPress Plugin Deploy
16-
uses: 10up/actions-wordpress/dotorg-plugin-deploy@master
14+
uses: 10up/action-wordpress-plugin-deploy@master
1715
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
SLUG: nodeinfo
2016
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2117
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
18+
SLUG: nodeinfo

0 commit comments

Comments
 (0)