mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-11 09:21:00 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c5baf87e5 | ||
|
|
8d3f195ea7 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -40,7 +40,7 @@ permissions:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '**[0-9]+.[0-9]+.[0-9]+*'
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -52,3 +52,5 @@ npm-scope = "@tilo"
|
|||||||
pr-run-mode = "plan"
|
pr-run-mode = "plan"
|
||||||
# Whether to install an updater program
|
# Whether to install an updater program
|
||||||
install-updater = true
|
install-updater = true
|
||||||
|
|
||||||
|
allow-dirty = ["ci"]
|
||||||
Reference in New Issue
Block a user