Skip to content

Commit

Permalink
Merge pull request #217 from wp-graphql/initial-release
Browse files Browse the repository at this point in the history
chore: fix deploy to wp.org job
  • Loading branch information
josephfusco authored Oct 7, 2024
2 parents 290fb68 + 89fe196 commit f531e90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-impalas-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wpgraphql-ide": patch
---

chore: set workflow environment
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-wordpress.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
tag:
name: New tag
runs-on: ubuntu-latest
environment: actions # Environment Secrets are scoped inside of the "actions" environment.
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
Expand Down

0 comments on commit f531e90

Please sign in to comment.