Skip to content

Commit

Permalink
Rollback CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
m00qek committed May 31, 2022
1 parent 11a131f commit 97ff9ab
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,27 @@ name: release

on:
push:
branches-ignore:
- '**'
tags:
- 'v*.*.*'

permissions:
contents: write
# packages: write
# issues: write

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Fetch all tags
run: git fetch --force --tags
uses: actions/checkout@v1
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v1
with:
go-version: 1.18
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v1
with:
distribution: goreleaser
version: latest
args: release --rm-dist
key: ${{ secrets.RELEASE_KEY }}
env:
Expand Down

0 comments on commit 97ff9ab

Please sign in to comment.