Skip to content

Commit

Permalink
update: env usernam
Browse files Browse the repository at this point in the history
  • Loading branch information
sifat009 committed Sep 26, 2024
1 parent 3db17fc commit 7af4e7e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ jobs:
version=$(grep -Po 'Version:\s*\K[\d.]+' qubely.php)
echo "VERSION_NUMBER=$version" >> $GITHUB_ENV
# - name: WordPress Plugin Deploy
# id: deploy
# uses: 10up/action-wordpress-plugin-deploy@stable
# with:
# generate-zip: true
# env:
# SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
# SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
# BUILD_DIR: build
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
dry-run: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
BUILD_DIR: build/qubely

- name: Create GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7af4e7e

Please sign in to comment.