Skip to content

Commit

Permalink
Update buildzip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saiftheboss7 authored Oct 10, 2024
1 parent 5c6549e commit 6b63817
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/buildzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,14 @@ on:
push:
tags:
- "*"
permissions:
contents: write

jobs:
build:
name: Build release zip
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build plugin # Remove or modify this step as needed
run: |
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 12.1.0
- name: Use Node.js 12.1.0
uses: actions/setup-node@v4
with:
node-version: 12.1.0
Expand All @@ -46,4 +37,4 @@ jobs:
- name: Generate zip
uses: 10up/action-wordpress-plugin-build-zip@stable
env:
SLUG: my-super-cool-plugin # optional, remove if GitHub repo name matches SVN slug, including capitalization
SLUG: wedevs-project-manager # optional, remove if GitHub repo name matches SVN slug, including capitalization

0 comments on commit 6b63817

Please sign in to comment.