We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17adf89 commit 3876ad1Copy full SHA for 3876ad1
.github/workflows/create-release-pr.yml
@@ -34,10 +34,6 @@ jobs:
34
NEXT=${{ steps.start.outputs.nextVersion }}
35
mv packaging/mackerel-check-plugins_$CURRENT.orig.tar.gz packaging/mackerel-check-plugins_$NEXT.orig.tar.gz
36
37
- - run: |
38
- cpanm -qn Path::Tiny
39
- perl tool/update-docs.pl
40
-
41
- uses: mackerelio/mackerel-create-release-pull-request-action@main
42
with:
43
github_token: ${{ secrets.MACKERELBOT_GITHUB_TOKEN }}
0 commit comments