Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy to WordPress.org

on:
push:
tags:
- '*.*.*'
release:
types: [published]

permissions:
contents: write
Expand Down Expand Up @@ -37,15 +36,15 @@ jobs:
run: npm install

- name: Build Assets
run: bash bin/build.sh ${{ github.ref }}
run: bash bin/build.sh ${{ github.event.release.tag_name }}

- name: Generate readme.txt
uses: tarosky/workflows/actions/wp-readme@main

- name: Versioning
uses: tarosky/workflows/actions/versioning@main
with:
version: ${{ github.ref }}
version: ${{ github.event.release.tag_name }}
files: readme.txt,taro-clockwork-post.php

- name: Deploy to WordPress Directory
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/release-publish.yml

This file was deleted.

Loading