Skip to content

Commit

Permalink
Version set explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
shewa12 committed Aug 22, 2024
1 parent fc0530f commit 552a2da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy-to-svn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
wp --info
- name: Build Plugin
run: npm run build
run: npm run plugin-build

- name: files
run: ls
Expand All @@ -43,6 +43,7 @@ jobs:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
BUILD_DIR: build
VERSION: 1.2.2

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

0 comments on commit 552a2da

Please sign in to comment.