ci: remove release dry-run

This commit is contained in:
rlespinasse
2022-06-16 22:09:37 +02:00
committed by Romain Lespinasse
parent 19f9c84ac6
commit 944fee4603

View File

@@ -1,25 +0,0 @@
name: "[v3] Release DryRun"
on:
push:
branches-ignore:
- v*.x
jobs:
release-dryrun:
runs-on: ubuntu-latest
steps:
- uses: technote-space/auto-cancel-redundant-workflow@v1
- uses: actions/checkout@v2
- run: npm install
- run: npm run all
- uses: ./
- uses: cycjimmy/semantic-release-action@v2
with:
branches: |
[
"${{ env.GITHUB_REF_NAME }}"
]
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}