Skip to content

Commit 4c9c7f9

Browse files
committed
Update workflows
1 parent c4c7fe7 commit 4c9c7f9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/plugin-assets-readme-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@master
1919
- name: WordPress.org plugin asset/readme update
20-
uses: 10up/action-wordpress-plugin-asset-update@master
20+
uses: 10up/action-wordpress-plugin-asset-update@stable
2121
env:
2222
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} # Set in repo -> Settings -> Secrets
2323
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} # Set in repo -> Settings -> Secrets
24+
README_NAME: README.md

.github/workflows/plugin-push-to-wordpress-org.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
# It can exclude files as defined in either .distignore or .gitattributes, and moves anything from a .wordpress-org
55
# subdirectory to the top-level assets directory in Subversion (plugin banners, icons, and screenshots).
66

7-
name: Publish plugin to WordPress.org
7+
name: Deploy plugin to WordPress.org
88
on:
99
push:
1010
tags:
11-
- "*"
11+
- "*"
1212
jobs:
1313
tag:
1414
name: New tag
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@master
1818
- name: WordPress Plugin Deploy
19-
uses: 10up/action-wordpress-plugin-deploy@master
19+
uses: 10up/action-wordpress-plugin-deploy@stable
2020
env:
2121
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2222
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)