Skip to content

Commit

Permalink
build: fix node actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergsadovyi committed Apr 4, 2024
1 parent 22444d6 commit 9a54801
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -26,9 +26,11 @@ jobs:
- id: build-theme
name: Build Theme
run: |
npm run build:theme
npm run wp:theme:build
- id: publish
name: Publish Theme
run: |
npm run release:theme
npm run wp:theme:release
env:
CLOUDFLARE_R2_ACCESS_TOKEN: ${{ secrets.CLOUDFLARE_R2_ACCESS_TOKEN }}

0 comments on commit 9a54801

Please sign in to comment.