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 130394c commit 8d564dfCopy full SHA for 8d564df
.github/workflows/branchPR.yaml
@@ -25,3 +25,7 @@ jobs:
25
uses: actions/[email protected]
26
with:
27
path: awesome-ci
28
+ - name: Dryrun dummy Release
29
+ run: ./awesome-ci createRelease -patchLevel bugfix -dry-run
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments