mastodon-embed-timeline/.gitlab-ci.yml
2023-12-14 20:07:52 +00:00

12 lines
152 B
YAML

stages:
- deploy
deploy:
stage: deploy
only:
- master
script:
- npm install
- npm version patch
- npm publish --access public