Skip to content

Commit

Permalink
Wrap in quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kopepasah committed Feb 8, 2023
1 parent 25a96e8 commit 2c20fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ jobs:
with:
plugin-name: coblocks
plugin-version: ${{ env.NEW_TAG_VERSION }}
plugin-assets: .wordpress-org
svn-username: ${{ secrets.GODADDY_WPORG_USERNAME }}
svn-password: ${{ secrets.GODADDY_WPORG_PASSWORD }}
plugin-assets: ".wordpress-org"
svn-username: "${{ secrets.GODADDY_WPORG_USERNAME }}"
svn-password: "${{ secrets.GODADDY_WPORG_PASSWORD }}"

0 comments on commit 2c20fe0

Please sign in to comment.