Skip to content

Commit 37b7104

Browse files
committed
Fix actions
1 parent 089ce46 commit 37b7104

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,5 @@ jobs:
6464
file_pattern: src/SharpInternalServiceProvider.php
6565
tagging_message: "v${{ steps.version.outputs.version }}"
6666
deploy:
67-
runs-on: ubuntu-latest
67+
uses: code16/sharp/.github/workflows/deploy.yml@main
6868
needs: release
69-
steps:
70-
- name: Deploy docs
71-
uses: code16/sharp/.github/workflows/deploy.yml@main

.github/workflows/tmp-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
- name: Test
1010
run: echo "Test"
1111
deploy:
12-
runs-on: ubuntu-latest
1312
needs: test
14-
steps:
15-
- name: Deploy docs
16-
uses: code16/sharp/.github/workflows/deploy.yml@main
13+
uses: code16/sharp/.github/workflows/deploy.yml@main
14+

0 commit comments

Comments
 (0)