0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/.github/workflows/release.yml

12 lines
158 B
YAML
Raw Normal View History

2024-09-14 20:54:08 +02:00
name: Release
on:
push:
tags:
- '*'
jobs:
2024-09-22 16:45:38 +02:00
snapshot:
secrets: inherit
uses: verdaccio/verdaccio/.github/workflows/x-release.yml@master