Skip to content

ci(deps): update sealed-secrets dependencies #14

ci(deps): update sealed-secrets dependencies

ci(deps): update sealed-secrets dependencies #14

Workflow file for this run

name: Release on Tag
on:
push:
tags:
- '*-v[0-9]+.[0-9]+.[0-9]+'
# Allow to run the workflow from GitHub UI and other workflows.
workflow_dispatch:
tags:
- '*-v[0-9]+.[0-9]+.[0-9]+'
jobs:
release:
uses: ./.github/workflows/make-release.yaml
permissions:
contents: write
with:
tag: ${{ github.ref_name }}