tools/.forgejo/workflows/publish.yml
GnomeZworc a3eef4dcbc
All checks were successful
/ test (pull_request) Successful in 6m18s
c
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-08-10 14:17:37 +02:00

17 lines
371 B
YAML

on:
pull_request:
types: [closed]
jobs:
publish:
runs-on: docker
steps:
- run: echo All good!
- run: apt-get update && apt-get install -y make
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: ls -la
- run: make build_password
- run: make publish_password