2024-09-14 20:54:08 +02:00
|
|
|
name: Release
|
2019-10-01 21:38:55 +02:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2022-11-08 20:37:46 +01:00
|
|
|
tags:
|
|
|
|
- '*'
|
2019-10-01 21:38:55 +02:00
|
|
|
jobs:
|
2024-09-22 16:45:38 +02:00
|
|
|
snapshot:
|
|
|
|
secrets: inherit
|
|
|
|
uses: verdaccio/verdaccio/.github/workflows/x-release.yml@master
|
|
|
|
|