Skip to content

feat: add remote resource fetch #21

feat: add remote resource fetch

feat: add remote resource fetch #21

Workflow file for this run

name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
release:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # necessary for the goreleaser changelog gen
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: v1.19.2
args: --clean
env:
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}