Skip to content

Commit

Permalink
ci: fix slug in plugin-deploy-production job (#193)
Browse files Browse the repository at this point in the history
* ci: fix slug in plugin-deploy-production job

* add changeset
  • Loading branch information
mindctrl authored Feb 28, 2024
1 parent 1802da7 commit bc32b94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-eyes-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpengine/wp-graphql-content-blocks": patch
---

No functional changes between 3.1.0 and 3.1.1. This was tagged due to pipeline issues during the 3.1.0 release.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ workflows:
upload_url: https://wp-product-info-staging.wpesvc.net/v1/plugins
- plugin-deploy:
name: "plugin-deploy-production"
slug: wp-graphql-content-blocks
slug: wpgraphql-content-blocks
requires:
- "plugin-deploy-staging"
filters:
Expand Down

0 comments on commit bc32b94

Please sign in to comment.