Skip to content

found an wierd issue, when a variable can be updated by assigining in… #157

found an wierd issue, when a variable can be updated by assigining in…

found an wierd issue, when a variable can be updated by assigining in… #157

Workflow file for this run

name: goreleaser
on:
workflow_dispatch:
push:
branches: [ main ]
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: 0.174.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}