Skip to content

S3_EXPIRE_DAYS and vault 1.16.3 #16

S3_EXPIRE_DAYS and vault 1.16.3

S3_EXPIRE_DAYS and vault 1.16.3 #16

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run go-semantic-release
id: semrel
uses: go-semantic-release/[email protected]
with:
github-token: ${{ secrets.PAT }}
allow-initial-development-versions: true