Skip to content

Commit

Permalink
Updated goreleaser releaser-action to 2.x changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakatara committed Nov 16, 2021
1 parent 01a2b74 commit 2c0a362
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: goreleaser

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

jobs:
goreleaser:
Expand All @@ -14,9 +12,9 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0

-
name: Set up Snapcraft
run: |
Expand Down

0 comments on commit 2c0a362

Please sign in to comment.