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 4257c4d commit de51eb5Copy full SHA for de51eb5
.github/workflows/release.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: WordPress Plugin Deploy
126
if: github.event.inputs.deploy_to_wordpress == 'true'
127
id: deploy
128
- uses: 10up/action-wordpress-plugin-deploy@2.2.0
+ uses: 10up/action-wordpress-plugin-deploy@2.2.2
129
with:
130
generate-zip: true
131
env:
CHANGELOG.md
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Fixed
13
14
-- Fix Redis connection error when using a user and password in DSN
+- Fix Redis connection error when using user and password in DSN
15
16
---
17
0 commit comments