Skip to content

Commit 490bd61

Browse files
committed
Deploy after release
1 parent e01298a commit 490bd61

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Deploy
22
on:
33
workflow_dispatch:
4+
workflow_call:
45
push:
56
tags:
67
- 'v9.*'

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ jobs:
6363
commit_message: "Update version to v${{ steps.version.outputs.version }}"
6464
file_pattern: src/SharpInternalServiceProvider.php
6565
tagging_message: "v${{ steps.version.outputs.version }}"
66+
67+
- name: Deploy docs
68+
uses: code16/sharp/.github/workflows/deploy.yml@main

0 commit comments

Comments
 (0)