Skip to content

Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 #36

Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4

Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 #36

Workflow file for this run

name: go-sarif release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
name: releasing go-sarif
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Release
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}