Skip to content

Commit 8f6949a

Browse files
committed
Publish release from plugin
1 parent c8fca79 commit 8f6949a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.woodpecker.yml

+11
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ steps:
3131
- pnpm i
3232
- pnpm test
3333

34+
publish_plugins:
35+
image: woodpeckerci/plugin-release
36+
settings:
37+
files:
38+
- plugins/go_replace_words.wasm
39+
title: ${CI_COMMIT_TAG##v}
40+
api-key:
41+
from_secret: github_token
42+
when:
43+
- event: tag
44+
3445
services:
3546
database:
3647
# 15-alpine image necessary because of diesel tests

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lemmy Plugins
22

3-
This repository contains various example plugins for Lemmy. See the [Extism documentation](https://extism.org/docs/quickstart/plugin-quickstart) for details on how to write plugins. Lemmy-specific details and available hooks are [described in the RFC](https://github.com/LemmyNet/rfcs/pull/8/files).
3+
This repository contains various example plugins for Lemmy. See the [Extism documentation](https://extism.org/docs/quickstart/plugin-quickstart) for details on how to write plugins. Lemmy-specific details and available hooks are [described in the RFC](https://github.com/LemmyNet/rfcs/pull/8/files).
44

55
## Contributing
66

0 commit comments

Comments
 (0)