We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089ce46 commit 37b7104Copy full SHA for 37b7104
2 files changed
.github/workflows/release.yml
@@ -64,8 +64,5 @@ jobs:
64
file_pattern: src/SharpInternalServiceProvider.php
65
tagging_message: "v${{ steps.version.outputs.version }}"
66
deploy:
67
- runs-on: ubuntu-latest
+ uses: code16/sharp/.github/workflows/deploy.yml@main
68
needs: release
69
- steps:
70
- - name: Deploy docs
71
- uses: code16/sharp/.github/workflows/deploy.yml@main
.github/workflows/tmp-test.yml
@@ -9,8 +9,6 @@ jobs:
9
- name: Test
10
run: echo "Test"
11
12
13
needs: test
14
15
16
+
0 commit comments