Skip to content

Add retention days to volume snapshots (#55) #5

Add retention days to volume snapshots (#55)

Add retention days to volume snapshots (#55) #5

Workflow file for this run

name: Create release
on:
push:
tags:
- v*
permissions:
contents: write
jobs:
release:
name: Release pushed tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: ./scripts/gh_release.sh