Skip to content

chore: use the oasis-open endpoint #35

chore: use the oasis-open endpoint

chore: use the oasis-open endpoint #35

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 }}