mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
11 lines
198 B
YAML
11 lines
198 B
YAML
name: Release Canary
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- 7.x
|
|
jobs:
|
|
snapshot:
|
|
secrets: inherit
|
|
uses: verdaccio/verdaccio/.github/workflows/x-release-snapshot.yml@master
|