ci: remove "branch" from conditional release pipeline execution
ci/woodpecker/push/woodpecker Pipeline was successful Details

the v0.0.3 should've trigger automated release but it didn't.
going to try removing branch from the condition, only the tag pattern.
pull/13/head v0.0.4
alex 2 years ago
parent 64170846d3
commit d401564cca
Signed by: x1ddos
GPG Key ID: FDEFB4A63CBD8460

@ -7,7 +7,6 @@ pipeline:
prepare_release:
when:
event: tag
branch: master
tag: v*
image: node:18-slim
commands:
@ -15,7 +14,6 @@ pipeline:
create_release:
when:
event: tag
branch: master
tag: v*
image: plugins/gitea-release
settings:
@ -26,7 +24,6 @@ pipeline:
note: "automated release by ${CI_SYSTEM_HOST} \nbuild id: ${CI_BUILD_NUMBER}"
rsync_dist:
when:
branch: master
event: tag
tag: v*
image: alpine:3.16.2

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "nostrweb",
"version": "0.0.3",
"version": "0.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostrweb",
"version": "0.0.3",
"version": "0.0.4",
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"esbuild": "^0.14.54",

@ -1,6 +1,6 @@
{
"name": "nostrweb",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "module",
"devDependencies": {

Loading…
Cancel
Save