mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
ci: remove release dry-run
This commit is contained in:
committed by
Romain Lespinasse
parent
19f9c84ac6
commit
944fee4603
25
.github/workflows/release-dryrun.yml
vendored
25
.github/workflows/release-dryrun.yml
vendored
@@ -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 }}
|
|
||||||
Reference in New Issue
Block a user