git-secret/.github/workflows/release.yml

26 lines
444 B
YAML
Raw Normal View History

2021-05-05 17:11:37 +00:00
name: release
on:
push:
tags:
- v*
workflow_dispatch:
jobs:
release:
2021-05-06 10:16:48 +00:00
environment:
name: artifactory
url: https://gitsecret.jfrog.io/artifactory
2021-05-05 17:11:37 +00:00
runs-on: ubuntu-latest
strategy:
matrix:
release-type:
- apk
- deb
- rpm
steps:
- uses: actions/checkout@v2
- name: Run checks
run: SECRETS_RELEASE_TYPE="${{ matrix.release-type }}" make release