We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0019900 commit 221cdc8Copy full SHA for 221cdc8
.github/workflows/deploy.yml
@@ -1,21 +1,18 @@
1
+
2
+name: Deploy to WordPress.org
3
on:
4
push:
- branches:
- - tags/*
5
-name: Deploy to WordPress.org
+ tags:
6
+ - "*"
7
jobs:
8
tag:
9
+ name: New tag
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@master
- - name: tag
- uses: actions/bin/filter@master
13
- with:
14
- args: tag
15
- name: WordPress Plugin Deploy
16
- uses: 10up/actions-wordpress/dotorg-plugin-deploy@master
+ uses: 10up/action-wordpress-plugin-deploy@master
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
- SLUG: nodeinfo
20
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
21
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
+ SLUG: nodeinfo
0 commit comments