2024-01-05 13:25:04 +01:00
|
|
|
when:
|
|
|
|
branch: main
|
2024-01-10 23:15:31 +01:00
|
|
|
event: tag
|
2024-01-05 13:25:04 +01:00
|
|
|
|
|
|
|
steps:
|
2024-01-05 13:36:24 +01:00
|
|
|
publish:
|
2024-01-05 13:35:00 +01:00
|
|
|
image: denoland/deno:1.39.2
|
2024-01-05 13:25:04 +01:00
|
|
|
commands:
|
2024-01-05 13:36:24 +01:00
|
|
|
- apt update
|
|
|
|
- apt install curl -y
|
|
|
|
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
|
2024-01-05 13:25:04 +01:00
|
|
|
- deno task publish
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- lint
|
|
|
|
- build
|
|
|
|
- test
|