mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
11 lines
158 B
YAML
11 lines
158 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- '*'
|
|
jobs:
|
|
snapshot:
|
|
secrets: inherit
|
|
uses: verdaccio/verdaccio/.github/workflows/x-release.yml@master
|
|
|