Skip to content

fix: add finalizer to credentials reference (#288) #6

fix: add finalizer to credentials reference (#288)

fix: add finalizer to credentials reference (#288) #6

Workflow file for this run

name: Release
on:
push:
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
- name: Create Release Artifacts
run: make release
env:
RELEASE_TAG: ${{ github.ref_name }}
- name: Upload Release Artifacts
uses: softprops/action-gh-release@v2
with:
files: ./infrastructure-linode/*